Fix indentation in error message (#4528)

This commit is contained in:
Danny Mösch
2022-11-07 20:47:14 +01:00
committed by GitHub
parent fe141cd3b6
commit 3864ecc12f
@@ -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,