Files should end in new line

This commit is contained in:
Charles Ewert 2022-05-30 08:57:40 -04:00
parent d7bd7763f7
commit 2296fde437
29 changed files with 29 additions and 35 deletions

View File

@ -1,6 +1,5 @@
' Set global constants
sub setConstants()
globals = m.screen.getGlobalNode()
' Set Global Constants
@ -21,11 +20,6 @@ sub setConstants()
check_black: "pkg:/images/icons/check_black.png",
check_white: "pkg:/images/icons/check_white.png"
}
}
})
end sub