Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ludlam <[email protected]>
  • Loading branch information
jonludlam committed Oct 19, 2023
1 parent 419f7f1 commit bc1f86d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion otherlibs/stdune/src/string.ml
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,3 @@ let contains_double_underscore =
in
fun s -> aux s (String.length s) 0
;;

1 change: 0 additions & 1 deletion otherlibs/stdune/src/string.mli
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,4 @@ val quote_for_shell : string -> string
val quote_list_for_shell : string list -> string

val filter_map : string -> f:(char -> char option) -> string

val contains_double_underscore : string -> bool

0 comments on commit bc1f86d

Please sign in to comment.