Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed May 26, 2023
1 parent 0643b1a commit 35e24e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProfileLikelihood.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ end

@static if !isdefined(Base, :get_extension)
function __init__()
@require Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" include("../ext/ProfileLikelihodMakieExt.jl")
@require Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" include("../ext/ProfileLikelihoodMakieExt.jl")
@require DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df" include("../ext/ProfileLikelihoodDelaunayTriangulationExt.jl")
end
end
Expand Down

0 comments on commit 35e24e9

Please sign in to comment.