Split long line
This commit is contained in:
parent
1490e40596
commit
8b8c530738
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ class KonsistImportTest {
|
|||
.scopeFromProject()
|
||||
.imports
|
||||
.assertFalse(
|
||||
additionalMessage = "Please use 'androidx.annotation.VisibleForTesting' instead of 'org.jetbrains.annotations.VisibleForTesting' (project convention).",
|
||||
additionalMessage = "Please use 'androidx.annotation.VisibleForTesting' instead of " +
|
||||
"'org.jetbrains.annotations.VisibleForTesting' (project convention).",
|
||||
) {
|
||||
it.name == "org.jetbrains.annotations.VisibleForTesting"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue