always format pointer file with a trailing newline
Before the smudge filter added a trailing newline, but other things that wrote formatPointer to a file did not. also some new pointer staging code to use later
This commit is contained in:
parent
108f711d37
commit
06a8256bf6
2 changed files with 15 additions and 3 deletions
|
@ -99,4 +99,4 @@ ingest file = do
|
|||
return k
|
||||
|
||||
emitPointer :: Key -> IO ()
|
||||
emitPointer = putStrLn . formatPointer
|
||||
emitPointer = putStr . formatPointer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue