lib: timedot allow indenting
This commit is contained in:
parent
4b4a4bacf7
commit
70863ae40b
@ -108,6 +108,7 @@ timedotentryp :: ParsecT [Char] JournalContext (ExceptT String IO) Transaction
|
||||
timedotentryp = do
|
||||
ptrace " timedotentryp"
|
||||
pos <- genericSourcePos <$> getPosition
|
||||
many spacenonewline
|
||||
a <- modifiedaccountnamep
|
||||
many spacenonewline
|
||||
hours <-
|
||||
|
||||
Loading…
Reference in New Issue
Block a user