Skip to content

Commit 1e87463

Browse files
committed
Remove tab indent
1 parent 5647d37 commit 1e87463

File tree

1 file changed

+1
-1
lines changed
  • zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook

1 file changed

+1
-1
lines changed

zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public void removeNote(String id, AuthenticationInfo subject) {
318318
note = notes.remove(id);
319319
}
320320

321-
noteSearchService.deleteIndexDocs(note);
321+
noteSearchService.deleteIndexDocs(note);
322322
replFactory.removeNoteInterpreterSettingBinding(subject.getUser(), id);
323323
notebookAuthorization.removeNote(id);
324324

0 commit comments

Comments
 (0)