indent with tabs not spaces
Found these with: git grep "^ " $(find -type f -name \*.hs) |grep -v ': where' Unfortunately there is some inline hamlet that cannot use tabs for indentation. Also, Assistant/WebApp/Bootstrap3.hs is a copy of a module and so I'm leaving it as-is.
This commit is contained in:
parent
7b50b3c057
commit
9fd95d9025
19 changed files with 49 additions and 49 deletions
|
@ -60,6 +60,6 @@ getLog = newestValue <$$> readLog
|
|||
|
||||
setLog :: (SingleValueSerializable v) => FilePath -> v -> Annex ()
|
||||
setLog f v = do
|
||||
now <- liftIO getPOSIXTime
|
||||
let ent = LogEntry now v
|
||||
now <- liftIO getPOSIXTime
|
||||
let ent = LogEntry now v
|
||||
Annex.Branch.change f $ \_old -> showLog (S.singleton ent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue