Skip to content

Commit 0fd146d

Browse files
committed
Exit_handlers: wrap at 80 chars
1 parent 4d4f947 commit 0fd146d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/exit_handlers/exit_handlers.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ open Core_kernel
44
open Async_kernel
55
open Async_unix
66

7-
(* register a Deferred.t thunk to be called at Async shutdown; log registration and execution *)
7+
(* register a Deferred.t thunk to be called at Async shutdown; log registration
8+
and execution *)
89
let register_async_shutdown_handler ~logger ~description
910
(f : unit -> unit Deferred.t) =
1011
[%log debug] "Registering async shutdown handler: $description"

0 commit comments

Comments
 (0)