Skip to content

Commit

Permalink
Add 1.7 const fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaLambda1998 committed May 11, 2023
1 parent a1a891d commit 4ea0a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using OrderedCollections
using Dates


const ext_dict::Dict{String, String} = Dict(
const ext_dict = Dict(
"yml" => "yaml",
"tml" => "toml",
"jsn" => "json"
Expand Down

0 comments on commit 4ea0a54

Please sign in to comment.