Skip to content

Commit c93cdea

Browse files
committed
[Java] Formatting.
1 parent 727281a commit c93cdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ class ChecksumTask extends DefaultTask
869869
{
870870
if (CR == raw[j] && (j == size - 1 || LF == raw[j + 1]))
871871
{
872-
continue;
872+
continue
873873
}
874874

875875
result[i++] = raw[j]

0 commit comments

Comments
 (0)