mirror of https://github.com/voidlizard/hbs2
code cleanup
This commit is contained in:
parent
fadd913693
commit
de9a8b02ce
|
@ -212,7 +212,6 @@ loop args = do
|
||||||
let pu = fmap (fromString' . BS.unpack) bra
|
let pu = fmap (fromString' . BS.unpack) bra
|
||||||
liftIO $ atomically $ writeTVar batch True
|
liftIO $ atomically $ writeTVar batch True
|
||||||
pushed <- push ref pu
|
pushed <- push ref pu
|
||||||
hPrint stderr (pretty pushed)
|
|
||||||
case pushed of
|
case pushed of
|
||||||
Nothing -> sendEol
|
Nothing -> sendEol
|
||||||
Just re -> sendLn [qc|ok {pretty re}|]
|
Just re -> sendLn [qc|ok {pretty re}|]
|
||||||
|
|
Loading…
Reference in New Issue