style: format .busted

This commit is contained in:
Marc Jakobi
2024-08-18 10:30:56 +02:00
committed by Marc Jakobi
parent f795a891d1
commit e4cded58a7

20
.busted
View File

@@ -1,12 +1,12 @@
return {
_all = {
coverage = false,
lpath = "lua/?.lua;lua/?/init.lua",
},
default = {
verbose = true
},
tests = {
verbose = true
},
_all = {
coverage = false,
lpath = "lua/?.lua;lua/?/init.lua",
},
default = {
verbose = true
},
tests = {
verbose = true
},
}