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/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/rust/rust-toolchain.toml') diff --git a/templates/rust/rust-toolchain.toml b/templates/rust/rust-toolchain.toml index e7ae097..cc8f987 100644 --- a/templates/rust/rust-toolchain.toml +++ b/templates/rust/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] channel = "1.64.0" -components = [ "rustfmt", "clippy" ] +components = ["rustfmt", "clippy"] -- cgit v1.2.3