From dbf5b267b1a199538349cf27a9071b9d9971ee50 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Thu, 23 Jul 2020 11:43:48 +0200 Subject: [PATCH] Fix code format linting --- lib/checksum.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checksum.groovy b/lib/checksum.groovy index 53c7334b..4f349c8f 100644 --- a/lib/checksum.groovy +++ b/lib/checksum.groovy @@ -30,5 +30,5 @@ private static String getMD5(File file) throws IOException } //return complete hash - return sb.toString(); + return sb.toString(); }