From c70d6385254eaf61331e1759d4033ae3aea1cd6d Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Wed, 13 Sep 2023 23:51:50 +0900 Subject: [PATCH] Remove spaces --- CONTRIBUTING.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 11b34f2..665440e 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -24,19 +24,19 @@ The https://github.com/casey/just[just] command runner can be used. Run `just --list` for more details. .Run tests -[source, shell] +[source,shell] ---- just test ---- .Run the formatter -[source, shell] +[source,shell] ---- just fmt ---- .Run the linter -[source, shell] +[source,shell] ---- just lint ----