Skip to content

Commit 1cedfc3

Browse files
cathyprimeCKolkey
authored andcommitted
fix styling issues
1 parent b1dec75 commit 1cedfc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/specs/neogit/git_executable_spec.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ describe("git_executable configuration", function()
1313

1414
describe("custom git_executable", function()
1515
it("should accept a custom git executable path", function()
16-
config.setup({ git_executable = "/usr/local/bin/git" })
16+
config.setup { git_executable = "/usr/local/bin/git" }
1717
assert.are.equal("/usr/local/bin/git", config.get_git_executable())
1818
end)
1919

2020
it("should accept a git wrapper script", function()
21-
config.setup({ git_executable = "/path/to/custom-git" })
21+
config.setup { git_executable = "/path/to/custom-git" }
2222
assert.are.equal("/path/to/custom-git", config.get_git_executable())
2323
end)
2424
end)

0 commit comments

Comments
 (0)