Skip to content

Commit

Permalink
remove global type annotation for 1.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel committed Oct 21, 2023
1 parent e57edc2 commit 405e476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mousetrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module Mousetrap
const LogDomain = String;
export LogDomain

const MOUSETRAP_DOMAIN::LogDomain = detail.MOUSETRAP_DOMAIN * ".jl"
const MOUSETRAP_DOMAIN = detail.MOUSETRAP_DOMAIN * ".jl"
# no export

"""
Expand Down

0 comments on commit 405e476

Please sign in to comment.