File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -105,17 +105,6 @@ renderOnelinePretty _exeName _startTime _timestampSwitch (WithTimestamp entry@(S
105
105
& Pretty. layoutPretty Pretty. defaultLayoutOptions{Pretty. layoutPageWidth = Pretty. Unbounded }
106
106
& Pretty. renderText
107
107
108
- -- renderOneLineContext :: SomeEntry -> Text
109
- -- renderOneLineContext entry@(SomeEntry context _actualEntry) =
110
- -- let cs =
111
- -- context
112
- -- & concatMap (map Pretty.brackets . (\(SomeEntry _ e) -> oneLineContextDoc e))
113
- -- leaf = oneLineDoc entry
114
- -- in Pretty.renderText
115
- -- . Pretty.layoutPretty Pretty.defaultLayoutOptions{Pretty.layoutPageWidth = Pretty.Unbounded}
116
- -- . mconcat
117
- -- $ ("[kore]" : (cs <> [leaf]))
118
-
119
108
renderStandardPretty :: ExeName -> TimeSpec -> TimestampsSwitch -> WithTimestamp -> Text
120
109
renderStandardPretty exeName startTime timestampSwitch (WithTimestamp entry@ (SomeEntry entryContext actualEntry) entryTime) =
121
110
prettyActualEntry
You can’t perform that action at this time.
0 commit comments