mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Fix code format linting
This commit is contained in:
parent
3406ed4da0
commit
dbf5b267b1
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ private static String getMD5(File file) throws IOException
|
|||
}
|
||||
|
||||
//return complete hash
|
||||
return sb.toString();
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue