Skip to content

Commit 2c8aa58

Browse files
committed
Fixing function formatting
1 parent d58ec13 commit 2c8aa58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/TSCUtilityTests/VersionTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ class VersionTests: XCTestCase {
286286
}
287287
}
288288

289-
func testLenientParsing()
290-
{
289+
func testLenientParsing() {
291290
XCTAssertEqual(Version(string: "1.2", lenient: true), Version(string: "1.2.0"))
292291
XCTAssertEqual(Version(string: "1", lenient: true), nil)
293292
XCTAssertEqual(Version(string: "1.2", lenient: false), nil)

0 commit comments

Comments
 (0)