mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Fix indentation in error message (#4528)
This commit is contained in:
@@ -69,7 +69,7 @@ public extension SwiftSyntaxRule {
|
||||
queuedFatalError("""
|
||||
A severity must be provided. Either define it in the violation or make the rule configuration \
|
||||
conform to `SeverityBasedRuleConfiguration` to take the default.
|
||||
""")
|
||||
""")
|
||||
}
|
||||
return StyleViolation(
|
||||
ruleDescription: Self.description,
|
||||
|
||||
Reference in New Issue
Block a user