From 36fda72bec071b3516af28431441043cc0428e55 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Sat, 27 Aug 2022 13:55:24 -0500 Subject: [PATCH] Remove superfluous space --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3afd731..66ea8b2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -213,7 +213,7 @@ these principles when making changes. $ make test ``` If you don't use `docker` but an OCI engine akin to `podman`, you can set it through the `OCI` switch for every target - + ```text $ make test OCI=podman ```