mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove tab indent
This commit is contained in:
parent
5647d379c8
commit
1e874639e8
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ public class Notebook implements NoteEventListener {
|
|||
note = notes.remove(id);
|
||||
}
|
||||
|
||||
noteSearchService.deleteIndexDocs(note);
|
||||
noteSearchService.deleteIndexDocs(note);
|
||||
replFactory.removeNoteInterpreterSettingBinding(subject.getUser(), id);
|
||||
notebookAuthorization.removeNote(id);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue