CodeConformanceTest: revert formatting committed by mistake

This commit is contained in:
Sergey Rostov
2019-03-26 16:20:38 +03:00
parent 6bf82c1053
commit 30108d4cb9
@@ -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")}"
)
} }
} }