Skip to content

Commit

Permalink
Shortened line for TOML integration
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Nov 30, 2023
1 parent b381996 commit 7f6a540
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Electrum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@ include("show.jl")
include("precompile.jl")

function __init__()
@require TOML="fa267f1f-6049-4f14-aa54-33bafae1ed76" begin
include("software/toml.jl")
end
@require TOML="fa267f1f-6049-4f14-aa54-33bafae1ed76" include("software/toml.jl")
end

end # end of module

0 comments on commit 7f6a540

Please sign in to comment.