Fix code format linting

This commit is contained in:
Phil Ewels 2020-07-23 11:43:48 +02:00 committed by GitHub
parent 3406ed4da0
commit dbf5b267b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,5 +30,5 @@ private static String getMD5(File file) throws IOException
}
//return complete hash
return sb.toString();
return sb.toString();
}