Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestrew committed Sep 7, 2024
1 parent 871827f commit 1211b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plenary/path2_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,8 @@ SOFTWARE.]]
assert.are.same(expect.filename, p:expand())
end)

uv.os_unsetenv("FOOVAR")
uv.os_unsetenv("BARVAR")
uv.os_unsetenv "FOOVAR"
uv.os_unsetenv "BARVAR"
end)
end)

Expand Down

0 comments on commit 1211b5c

Please sign in to comment.