Skip to content

Commit 0daa488

Browse files
authored
Fix Swiftlint warnings (#36)
1 parent 6165d48 commit 0daa488

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.swiftlint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
excluded:
22
- Carthage
3-
- .build
3+
- .build
4+
- Dangerfile.swift

Tests/SwiftQueueTests/TestUtils.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,10 @@ class TestJob: Job {
4848
case .success:
4949
onCompleteCalled += 1
5050
semaphore.signal()
51-
break
5251

5352
case .fail:
5453
onCancelCalled += 1
5554
semaphore.signal()
56-
break
57-
5855
}
5956
}
6057

0 commit comments

Comments
 (0)