Skip to content

Commit 9bcfa6c

Browse files
committed
format
1 parent 8a3b97a commit 9bcfa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compilerlib/pb_codegen_backend.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ let fix_ocaml_keyword_conflict s =
6969
| "new" | "nonrec" | "object" | "of" | "open" | "or" | "private" | "rec"
7070
| "sig" | "struct" | "then" | "to" | "true" | "try" | "type" | "unit" | "val"
7171
| "virtual" | "when" | "while" | "with" | "mod" | "land" | "lor" | "lxor"
72-
| "lsl" | "lsr" | "asr" | "option" | "list" | "string" | "int" | "float"
72+
| "lsl" | "lsr" | "asr" | "option" | "list" | "string" | "int" | "float"
7373
| "array" | "char" | "bytes" | "bool" | "nativeint" | "int32" | "int64" ->
7474
s ^ "_"
7575
| _ -> s

0 commit comments

Comments
 (0)