mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix code style
This commit is contained in:
parent
369900ec9f
commit
167d162877
1 changed files with 2 additions and 2 deletions
|
|
@ -389,8 +389,8 @@ public class Paragraph extends Job implements Serializable, Cloneable {
|
|||
settings.clear();
|
||||
} else if (repl.getFormType() == FormType.SIMPLE) {
|
||||
String scriptBody = getScriptBody();
|
||||
LinkedHashMap<String, Input> inputs = Input.extractSimpleQueryForm(scriptBody); // inputs will be built
|
||||
// from script body
|
||||
// inputs will be built from script body
|
||||
LinkedHashMap<String, Input> inputs = Input.extractSimpleQueryForm(scriptBody);
|
||||
|
||||
final AngularObjectRegistry angularRegistry =
|
||||
repl.getInterpreterGroup().getAngularObjectRegistry();
|
||||
|
|
|
|||
Loading…
Reference in a new issue