From 7981241a013b88f69e6eb692c09a382d7b5417e3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 3 Dec 2023 19:42:00 -0800 Subject: formatting a few files with treefmt --- templates/rust/deny.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/rust/deny.toml') diff --git a/templates/rust/deny.toml b/templates/rust/deny.toml index fd95cdb..acefd37 100644 --- a/templates/rust/deny.toml +++ b/templates/rust/deny.toml @@ -24,9 +24,7 @@ registries = [] [[licenses.clarify]] name = "ring" expression = "MIT AND ISC AND OpenSSL" -license-files = [ - { path = "LICENSE", hash = 0xbd0eed23 } -] +license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] [bans] multiple-versions = "warn" -- cgit v1.2.3