mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix indentation
This commit is contained in:
parent
30078ac751
commit
fcdc494a3f
1 changed files with 1 additions and 4 deletions
|
|
@ -49,10 +49,7 @@ public class ShellInterpreter extends Interpreter {
|
|||
int commandTimeOut = 60000;
|
||||
|
||||
static {
|
||||
Interpreter.register(
|
||||
"sh",
|
||||
"sh",
|
||||
ShellInterpreter.class.getName());
|
||||
Interpreter.register("sh", ShellInterpreter.class.getName());
|
||||
}
|
||||
|
||||
public ShellInterpreter(Properties property) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue