Skip to content

Commit 2c530fe

Browse files
committed
fix formatting
1 parent 41b9d56 commit 2c530fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plenary/path2_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ describe("Path2", function()
468468
it_cross_plat("can set different modes", function()
469469
local p = Path:new "_dir_not_exist"
470470
assert.has_no_error(function()
471-
p:mkdir { mode = 292 } -- o444
471+
p:mkdir { mode = 292 } -- o444
472472
end)
473473
assert_permission(444, p:permission())
474474

0 commit comments

Comments
 (0)