Skip to content

Commit 59c9db7

Browse files
author
malc
committed
Cosmetics
1 parent 2164157 commit 59c9db7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

main.ml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4582,9 +4582,8 @@ let () =
45824582
);
45834583

45844584
if !justversion
4585-
then (
4586-
Printf.printf "%s\nconfiguration file: %s\n" (Help.version ())
4587-
!S.confpath;
4585+
then Printf.(
4586+
printf "%s\nconfiguration file: %s\n" (Help.version ()) !S.confpath;
45884587
exit 0
45894588
);
45904589

0 commit comments

Comments
 (0)