Skip to content

Commit

Permalink
realm#2435 - Fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulowork committed Nov 15, 2018
1 parent a01ceb4 commit f762335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SwiftLintFrameworkTests/ModifierOrderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class ModifierOrderTests: XCTestCase {
verifyRule(descriptionOverride,
ruleConfiguration: ["preferred_modifier_order": ["override", "acl", "owned", "final"]])
}

func testNonSpecifiedModifiersDontInterfier() {
let descriptionOverride = RuleDescription(
identifier: "modifier_order",
Expand Down Expand Up @@ -197,7 +197,7 @@ class ModifierOrderTests: XCTestCase {
"""
]
)

verifyRule(descriptionOverride,
ruleConfiguration: ["preferred_modifier_order": ["final", "override", "acl"]])
}
Expand Down

0 comments on commit f762335

Please sign in to comment.