Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raphasampaio committed Dec 12, 2023
1 parent 9bd821d commit 552511d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion formatter/format.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Pkg.instantiate()

using JuliaFormatter

format(dirname(@__DIR__))
format(dirname(@__DIR__); verbose = true)
2 changes: 1 addition & 1 deletion src/logger.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function get_level_string(level::LogLevel)
return "Debug Level"
else
string(level)
end
end
end

function get_tag_brackets(level::LogLevel, brackets_dict::Dict)
Expand Down

0 comments on commit 552511d

Please sign in to comment.