1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 03:40:06 +08:00

fix(java): fix java layer

This commit is contained in:
wsdjeg 2022-09-10 19:58:54 +08:00
parent d746dabfec
commit 1b0a4515ed

View File

@ -29,7 +29,7 @@ end
function M.get_variable() function M.get_variable()
return { return {
'format_on_save' = format_on_save format_on_save = format_on_save
} }
end end