CodeConformanceTest: revert formatting committed by mistake
This commit is contained in:
@@ -185,8 +185,10 @@ class CodeConformanceTest : TestCase() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (filesWithUnlistedCopyrights.isNotEmpty()) {
|
if (filesWithUnlistedCopyrights.isNotEmpty()) {
|
||||||
fail("The following files contain third-party copyrights and no license information. " +
|
fail(
|
||||||
"Please update license/README.md accordingly:\n${filesWithUnlistedCopyrights.joinToString("\n")}")
|
"The following files contain third-party copyrights and no license information. " +
|
||||||
|
"Please update license/README.md accordingly:\n${filesWithUnlistedCopyrights.joinToString("\n")}"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user