mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
code style - remove tab
This commit is contained in:
parent
3c657ac64b
commit
26f5264a06
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ public class ZeppelinConfiguration extends XMLConfiguration {
|
|||
}
|
||||
|
||||
public boolean isS3ServerSideEncryption() {
|
||||
return getBoolean(ConfVars.ZEPPELIN_NOTEBOOK_S3_SSE);
|
||||
return getBoolean(ConfVars.ZEPPELIN_NOTEBOOK_S3_SSE);
|
||||
}
|
||||
|
||||
public String getInterpreterListPath() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue