Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 66daa42

Browse files
committed
format
1 parent fd078f4 commit 66daa42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/res_outcome_printer.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ and printRecordDeclRowDoc (name, mut, opt, arg) =
526526
Doc.group
527527
(Doc.concat
528528
[
529-
(if opt then Doc.text "@optional " else Doc.nil);
530-
(if mut then Doc.text "mutable " else Doc.nil);
529+
(if opt then Doc.text "@optional " else Doc.nil);
530+
(if mut then Doc.text "mutable " else Doc.nil);
531531
printIdentLike ~allowUident:false name;
532532
Doc.text ": ";
533533
printOutTypeDoc arg;

0 commit comments

Comments
 (0)