Skip to content

Commit 6721e3c

Browse files
authored
Update docs/fsharp/style-guide/formatting.md
1 parent e5ef5ae commit 6721e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fsharp/style-guide/formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ let message = sprintf "error: %s, details: %s"
410410
411411
// ✔️ OK
412412
let result = someFunction <| arg1
413-
<| arg2
414-
<| arg3
413+
<| arg2
414+
<| arg3
415415
416416
// ❌ Not OK
417417
failwith <| sprintf "foobar: %s - foobarbaz: %s" foobar foobarbaz

0 commit comments

Comments
 (0)