Add missing return.
This commit is contained in:
parent
ede1e719d2
commit
85d8730eae
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ public class ConfigBuilderPlugin implements PluginBase, ConstraintsInterface, Tr
|
||||||
.comment(MainApp.gs(R.string.smb_frequency_exceeded))
|
.comment(MainApp.gs(R.string.smb_frequency_exceeded))
|
||||||
.enacted(false).success(false)).run();
|
.enacted(false).success(false)).run();
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
PumpInterface pump = getActivePump();
|
PumpInterface pump = getActivePump();
|
||||||
|
|
Loading…
Reference in a new issue