mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Spacing
This commit is contained in:
parent
d2a4257f94
commit
f183a15094
@ -27,7 +27,7 @@ defaultJSONPipeline
|
||||
printingJSON :: Monad m => ProcessT m Fragment Fragment
|
||||
printingJSON = flattened <~ auto step where
|
||||
step :: Fragment -> Seq Fragment
|
||||
step s@(Defer el cs ) =
|
||||
step s@(Defer el cs) =
|
||||
let ins = insert el cs
|
||||
in case (el, listToMaybe cs) of
|
||||
(Truth True, _) -> ins "true"
|
||||
|
Loading…
Reference in New Issue
Block a user