Skip to content

Commit d691ec4

Browse files
author
BirdeeHub
committed
refactor(whitespace): added a newline
1 parent 38f683e commit d691ec4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/run_tests.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ local cfg = string.gmatch(package.config, "(%S+)")
22
local dirsep, pathsep, pathmark = cfg() or "/", cfg() or ";", cfg() or "?"
33
local tomlua_test_dir = debug.getinfo(1, 'S').source:sub(2):match("(.*)"..dirsep..".-") or "."
44
package.path = ("%s%s%s.lua%s"):format(tomlua_test_dir, dirsep, pathmark, pathsep) .. package.path
5+
56
package.cpath = ("%s%s%s.so%s"):format(arg[1], dirsep, pathmark, pathsep) .. package.cpath
67

78
local define = require('gambiarra')

0 commit comments

Comments
 (0)