Skip to content

Commit cd5785d

Browse files
committed
format
1 parent 6853fa5 commit cd5785d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/event/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
21
(library
32
(name trace_event)
43
(public_name trace.event)
54
(synopsis "Turns subscriber callbacks into an event type")
65
(libraries
7-
(re_export trace.core) (re_export trace.subscriber)))
6+
(re_export trace.core)
7+
(re_export trace.subscriber)))

src/fuchsia/lock.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ let[@inline] update_map l f =
2525
y)
2626

2727
let[@inline] set_while_locked (self : 'a t) (x : 'a) = self.content <- x
28-

0 commit comments

Comments
 (0)