Skip to content

Commit eca51ef

Browse files
committed
Fixed swiftlint warnings
1 parent cbbf1a3 commit eca51ef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tests/VexilTests/FlagValueDictionaryTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ final class FlagValueDictionaryTests: XCTestCase {
9393

9494
XCTAssertEqual(source, decoded)
9595
}
96-
9796

9897

9998
// MARK: - Publishing Tests
@@ -144,7 +143,7 @@ private struct TestFlags: FlagContainer {
144143
var oneFlagGroup: OneFlags
145144

146145
@Flag(description: "Top level test flag")
147-
var topLevelFlag: Bool = false
146+
var topLevelFlag = false
148147

149148
}
150149

0 commit comments

Comments
 (0)