Skip to content

Commit

Permalink
style: format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PriceHiller committed Sep 26, 2023
1 parent d79d5a4 commit cc99dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/minimal_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function M.setup(plugins)
-- NOTE: Cleanup the xdg cache on exit so new runs of the minimal init doesn't share any previous state, e.g. shada
vim.api.nvim_create_autocmd('VimLeave', {
callback = function()
vim.fn.delete(M.root("xdg"), "rf")
vim.fn.delete(M.root('xdg'), 'rf')
end,
})
end
Expand Down

0 comments on commit cc99dff

Please sign in to comment.