Skip to content

Commit

Permalink
Removed wrong call
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Jul 14, 2024
1 parent 3d9dc67 commit 081a35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/KernelOption.cr
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module ISM
end

file = File.open(path,"w")
information.to_json(file)
to_json(file)
file.close
end

Expand Down

0 comments on commit 081a35a

Please sign in to comment.