Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Apr 24, 2024
1 parent bd66cd8 commit 55f279c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def Integer lowestBinSize = val_bin_sizes.min()
val_bin_sizes.each { bin_size ->
if(bin_size % lowestBinSize != 0) {
error("""
All bin sizes should be divisible by the lowest bin size!
All bin sizes should be divisible by the lowest bin size!
${bin_size} is not divisible by ${lowestBinSize}...
""")
}
Expand Down

0 comments on commit 55f279c

Please sign in to comment.