Skip to content

Commit

Permalink
style(tools): remove line break from deny.toml (#8022)
Browse files Browse the repository at this point in the history
Extra line break is triggering autofix.
  • Loading branch information
overlookmotel authored Dec 19, 2024
1 parent c24f102 commit 69b1ef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ confidence-threshold = 0.8
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
# aren't accepted for every possible crate as with the normal allow list
exceptions = [

# Each entry is the crate and version constraint, and its specific allow
# list
{ allow = ["Zlib"], name = "foldhash", version = "*" },
Expand Down

0 comments on commit 69b1ef3

Please sign in to comment.