Skip to content

Commit 964a682

Browse files
committed
fix syntax
1 parent 86bc644 commit 964a682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ghcide/src/Development/IDE/Core/Tracing.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ otTracedHandler
6060
-> String -- ^ Message label
6161
-> (SpanInFlight -> m a)
6262
-> m a
63-
otTracedHandler requestType label act =
63+
otTracedHandler requestType label act
6464
| isTracingEnabled = do
6565
let !name =
6666
if null label

0 commit comments

Comments
 (0)