mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
Remove useless continue statement
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user