Skip to content

Commit a35eaf3

Browse files
committed
fix formatting
1 parent 349405b commit a35eaf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/swiftRoaringTests/swiftRoaringTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,10 @@ class swiftRoaringTests: XCTestCase {
384384
}
385385

386386
func testIsDisjoint() {
387-
let a: RoaringBitmap = [1,2,3,4,5]
388-
let b: RoaringBitmap = [6,7,8,9,10]
387+
let a: RoaringBitmap = [1, 2, 3, 4, 5]
388+
let b: RoaringBitmap = [6, 7, 8, 9, 10]
389389

390-
let c: RoaringBitmap = [5,6,7,8]
390+
let c: RoaringBitmap = [5, 6, 7, 8]
391391

392392
XCTAssert(a.isDisjoint(with: b))
393393
XCTAssert(!a.isDisjoint(with: c))

0 commit comments

Comments
 (0)