Skip to content

Commit 05a04f1

Browse files
committed
chore: trigger CI
1 parent 2208d4a commit 05a04f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CompileBot.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export BotConfig, snoop_bot, snoop_bench
55
using Core: MethodInstance, CodeInfo
66
using YAML
77

8+
89
if VERSION <= v"1.1"
910
isnothing(x) = x === nothing
1011
end
@@ -14,6 +15,7 @@ if VERSION <= v"1.2"
1415
Base.string(::Nothing) = ""
1516
end
1617

18+
1719
################################################################
1820
const UStrings = Union{AbstractString,Regex,AbstractChar}
1921

0 commit comments

Comments
 (0)