Skip to content

Commit 1211b5c

Browse files
committed
format
1 parent 871827f commit 1211b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/plenary/path2_spec.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,8 +1295,8 @@ SOFTWARE.]]
12951295
assert.are.same(expect.filename, p:expand())
12961296
end)
12971297

1298-
uv.os_unsetenv("FOOVAR")
1299-
uv.os_unsetenv("BARVAR")
1298+
uv.os_unsetenv "FOOVAR"
1299+
uv.os_unsetenv "BARVAR"
13001300
end)
13011301
end)
13021302

0 commit comments

Comments
 (0)