Skip to content

Commit c68833a

Browse files
committed
minor format log message
1 parent 4d4ba27 commit c68833a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bcv-gradle-plugin/src/main/kotlin/tasks/BCVApiCheckTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ constructor(
5858
?: error(
5959
"""
6060
Expected folder with API declarations '${expectedApiDirPath.get()}' does not exist.
61-
Please ensure that task '$apiDumpTaskPath' was executed in order to get API dump to compare the build against
61+
Please ensure that task '$apiDumpTaskPath' was executed in order to get API dump to compare the build against.
6262
""".trimIndent()
6363
)
6464

0 commit comments

Comments
 (0)