mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Correct indent to pass style check
This commit is contained in:
parent
c019b9ea8a
commit
fb8b35f548
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ public class NotebookServer extends WebSocketServlet implements
|
|||
|
||||
private void renameNote(NotebookSocket conn, HashSet<String> userAndRoles,
|
||||
Notebook notebook, Message fromMessage)
|
||||
throws SchedulerException, IOException {
|
||||
throws SchedulerException, IOException {
|
||||
String noteId = (String) fromMessage.get("id");
|
||||
String name = (String) fromMessage.get("name");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue