Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurrium committed Apr 26, 2022
1 parent fec254a commit f48dc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions BuildTools/Package.swift
Expand Up @@ -6,6 +6,7 @@ let package = Package(
platforms: [.macOS(.v10_11)],
dependencies: [
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.49.0"),
.package(url: "https://github.com/uber/mockolo.git", from: "1.1.2"),
],
targets: [.target(name: "BuildTools", path: "")]
)
2 changes: 1 addition & 1 deletion KomusouTests/BluetoothManagerTest.swift
Expand Up @@ -132,7 +132,7 @@ class BluetoothManagerTest: XCTestCase {

manager.connectToSpeedSensor(uuid: id).sink { result in
switch result {
case .failure(_):
case .failure:
exp.fulfill()
default:
XCTFail()
Expand Down

0 comments on commit f48dc4a

Please sign in to comment.