From c1f4f2895e761736b3f63584c802a8e33f732625 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 6 Jan 2016 21:41:57 +0400 Subject: [PATCH] Formatting. --- .../src/main/kotlin/com/beust/kobalt/maven/Md5.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/Md5.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/Md5.kt index 30b1ebd3..b3c330fe 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/Md5.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/Md5.kt @@ -42,6 +42,7 @@ public class Md5 { } } } + // The output directory might exist but with no files in it, in which case // we must run the task if (fileCount > 0) {