Skip to content

Commit

Permalink
extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Feb 25, 2024
1 parent bff1ee1 commit d0fd5d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ExplicitImports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function print_explicit_imports(io::IO, mod::Module, file=pathof(mod); kw...)
println(io,
"Additionally $mod has stale explicit imports for these unused names:")
foreach(line -> println(io, line), stale)
println(io)
end
end
end
Expand Down

0 comments on commit d0fd5d0

Please sign in to comment.