Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdav committed Aug 4, 2023
1 parent 152f5a7 commit 7eaab52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--swiftversion 5.9

# File Options
#--exclude
--exclude .build/

# Format Options

Expand All @@ -29,7 +29,7 @@
--nospaceoperators ..<,...
--octalgrouping none
--operatorfunc no-space
--selfrequired
--selfrequired
--stripunusedargs closure-only
--trailingclosures
--wraparguments before-first
Expand Down
1 change: 0 additions & 1 deletion Tests/WebDriverTests/SessionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class SessionTests: XCTestCase {
} catch {
assertionFailure("Unexpected error thrown.")
}

}

override public func setUpWithError() throws {
Expand Down

0 comments on commit 7eaab52

Please sign in to comment.