Skip to content

Commit

Permalink
bugfix: export all LeetCode symbols (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Feb 22, 2022
1 parent 06e0e8f commit 90761b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LeetCode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include("common.jl")
include("problems/problems.jl")

# export all
for n in names(@__MODULE__(); all=true)
for n in names(LC; all=true)
if Base.isidentifier(n) &&
!startswith(String(n), "_") &&
n (Symbol(@__MODULE__()), :eval, :include)
Expand Down

0 comments on commit 90761b2

Please sign in to comment.