This website works better with JavaScript.
Home
Help
Register
Sign In
ashpie
/
simple-awesome
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add trailing new line to config.lua and theme.lua
develop
Alice Gaudon
2 months ago
parent
e3cbb2f987
commit
37a94eb5ed
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.lua
+1
-1
theme.lua
+ 1
- 1
config.lua
View File
@ -1,3 +1,3 @@
local
config
=
require
(
"
default_config
"
)
return
config
return
config
+ 1
- 1
theme.lua
View File
@ -1,3 +1,3 @@
local
theme
=
require
(
"
default_theme
"
)
return
theme
return
theme
Write
Preview
Loading…
Cancel
Save