Remove tab indent

This commit is contained in:
hyonzin 2016-10-24 01:35:06 +09:00
parent 5647d379c8
commit 1e874639e8

View file

@ -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);