mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-08 18:11:10 +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 (c == ' ' || c == '\n') {
|
||||||
if (builder.length() == 0) {
|
if (builder.length() == 0) {
|
||||||
// Skip whitespace after shebang.
|
// Skip whitespace after shebang.
|
||||||
continue;
|
|
||||||
} else {
|
} else {
|
||||||
// End of shebang.
|
// End of shebang.
|
||||||
String executable = builder.toString();
|
String executable = builder.toString();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue