From d0ee71a0a7a6dda67c652fb2df87cadaa48c540c Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Sun, 21 Feb 2016 16:13:47 -0600 Subject: [PATCH] Fix tabs in qdate.config --- qdate.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qdate.config b/qdate.config index 58c2252..5daf2a7 100644 --- a/qdate.config +++ b/qdate.config @@ -1,8 +1,8 @@ %% vim: ts=4 sw=4 et ft=erlang [{qdate, [ - {default_timezone, "GMT"}, + {default_timezone, "GMT"}, - %% See readme section here: + %% See readme section here: %% https://github.com/choptastic/qdate#about-backwards-compatibility-with-ec_date-and-deterministic-parsing - {deterministic_parsing, {zero, zero}} + {deterministic_parsing, {zero, zero}} ]}].