Skip to content

Commit

Permalink
clean namespace slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ulugbekna committed Jan 18, 2021
1 parent 77daa7c commit faeb743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/not-so-smart/find_common.ml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
open Sigs

let ( <.> ) f g x = f (g x)
let src = Logs.Src.create "find-common"

module Log = (val Logs.src_log src : Logs.LOG)
module Log = (val let src = Logs.Src.create "find-common" in
Logs.src_log src : Logs.LOG)

let _initial_flush = 16
let _max_in_vain = 256
Expand Down

0 comments on commit faeb743

Please sign in to comment.