Fix code style: DeclarationCheckersDiagnosticComponent
This commit is contained in:
+2
-1
@@ -72,8 +72,9 @@ class DeclarationCheckersDiagnosticComponent(
|
||||
reporter: DiagnosticReporter
|
||||
) {
|
||||
for (checker in this) {
|
||||
if (!checker.isExtended || checkExtended)
|
||||
if (!checker.isExtended || checkExtended) {
|
||||
checker.check(declaration, context, reporter)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user