Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
valen90 committed May 30, 2017
1 parent 6e8c32b commit 0598116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import PackageDescription
let package = Package(
name: "Gatekeeper",
dependencies: [
.Package(url: "https://github.com/vapor/vapor.git", Version(2,0,0, prereleaseIdentifiers: ["beta"]))
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 2)
]
)
2 changes: 1 addition & 1 deletion Tests/GatekeeperTests/GatekeeperTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class GatekeeperTests: XCTestCase {
default:
XCTFail("Expected too many request: \(error)")
}
}catch {
} catch {
XCTFail("Caught wrong error: \(error)")
}
}
Expand Down

0 comments on commit 0598116

Please sign in to comment.