Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
__ committed Dec 27, 2023
1 parent 20a72f0 commit 10e7fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neotest-phpunit/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local function get_strategy_config(strategy, program, args)
cwd = async.fn.getcwd(),
program = program,
args = args,
runtimeArgs = {"-dzend_extension=xdebug.so"},
runtimeArgs = { "-dzend_extension=xdebug.so" },
}, dap_configuration or {})
end,
}
Expand Down

0 comments on commit 10e7fc9

Please sign in to comment.