Skip to content

Commit 1deea51

Browse files
committed
chore: Cleaned up spacing.
1 parent b111341 commit 1deea51

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Classes/NotesTab.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--
66
local t_insert = table.insert
77

8-
local NotesTabClass = newClass("NotesTab", "ControlHost", "Control", function(self, build)
8+
local NotesTabClass = newClass("NotesTab", "ControlHost", "Control", function(self, build)
99
self.ControlHost()
1010
self.Control()
1111

@@ -165,7 +165,6 @@ function NotesTabClass:Draw(viewPort, inputEvents)
165165
self.modFlag = (self.notes[self.activeNoteId].content ~= self.controls.edit.buf) or self.modFlag
166166
end
167167

168-
169168
-- Creates a new note
170169
function NotesTabClass:NewNote(noteId)
171170
local note = { id = noteId, content = "" }
@@ -205,4 +204,4 @@ end
205204

206205
function NotesTabClass:SaveContentToNote(noteId)
207206
self.notes[noteId].content = self.controls.edit.buf
208-
end
207+
end

0 commit comments

Comments
 (0)