Skip to content

Commit

Permalink
Add whitespace to restart CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Jul 23, 2024
1 parent 9133780 commit 592127b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/Menus/MoreOptionsMenuTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ final class MoreOptionsMenuTests: XCTestCase {
bookmarksMenu.performActionForItem(at: bookmarkAllTabsIndex)

// THEN
XCTAssertTrue(capturingActionDelegate.optionsButtonMenuRequestedBookmarkAllOpenTabsCalled)
XCTAssertTrue(capturingActionDelegate.optionsButtonMenuRequestedBookmarkAllOpenTabsCalled)

Check failure on line 239 in UnitTests/Menus/MoreOptionsMenuTests.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Lines should not have trailing whitespace (trailing_whitespace)
}

}
Expand Down

0 comments on commit 592127b

Please sign in to comment.