Skip to content

Commit

Permalink
Tests.Core: cosmetic changes
Browse files Browse the repository at this point in the history
Placed triple-quote closing elements at next line.
  • Loading branch information
webwarrior-ws committed Jan 30, 2024
1 parent c0afe28 commit 77839b3
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ let rec Foo someParam =
if someParam then
Foo false
else
()"""
()
"""

Assert.IsTrue <| this.ErrorExistsAt(2, 8)

Expand All @@ -27,7 +28,8 @@ let rec Foo someParam =
if someParam then
Foo false
else
()"""
()
"""

Assert.IsTrue this.NoErrorsExist

Expand All @@ -38,6 +40,7 @@ let rec Foo someParam =
()
module Bar =
let Foo = 0"""
let Foo = 0
"""

Assert.IsTrue this.NoErrorsExist

0 comments on commit 77839b3

Please sign in to comment.