From 3754ceca48a71bc223e689083bfe7e413373f8b9 Mon Sep 17 00:00:00 2001 From: wolflo <33909953+wolflo@users.noreply.github.com> Date: Wed, 8 Sep 2021 23:36:26 -0600 Subject: [PATCH] fix cargo fmt command in Contributing.md (#437) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 494e4e33..22a18ef9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,7 +118,7 @@ This section lists some commonly needed commands. ``` cargo check --all-features -cargo fmt --all-features +cargo fmt --all cargo build --all-features cargo test --all-features ```