mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-07 09:31:11 +01:00
Remove useless continue statement
This commit is contained in:
parent
dd6cb5221d
commit
f74a091be6
1 changed files with 0 additions and 1 deletions
|
|
@ -158,7 +158,6 @@ public final class BackgroundJob {
|
|||
if (c == ' ' || c == '\n') {
|
||||
if (builder.length() == 0) {
|
||||
// Skip whitespace after shebang.
|
||||
continue;
|
||||
} else {
|
||||
// End of shebang.
|
||||
String executable = builder.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue