Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Mason 2.0 migration Pt. 4: fixed formatting
  • Loading branch information
logrusx committed Aug 5, 2025
commit 047331bdeb1ab6653d4784f73f9e89fb269cdaa0
1 change: 0 additions & 1 deletion lua/java/startup/mason-registry-check.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function M.is_valid()
iterator = mason_sources.iter
end


for reg in iterator(mason_sources) do
if reg.id == M.JAVA_REG_ID then
return {
Expand Down