Skip to content

Commit bfcb543

Browse files
committed
chore: format compiler
1 parent 811e450 commit bfcb543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/typed/env.re

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -907,8 +907,8 @@ let find_pers_struct = (~loc, check, filepath) => {
907907
};
908908

909909
let load_pers_struct = (~loc, filepath) => {
910-
let { ps_name, ps_filename } = find_pers_struct(~loc, false, filepath);
911-
(ps_name, ps_filename)
910+
let {ps_name, ps_filename} = find_pers_struct(~loc, false, filepath);
911+
(ps_name, ps_filename);
912912
};
913913

914914
/* Emits a warning if there is no valid cmi for name */

0 commit comments

Comments
 (0)