From 49df2821c09e7092c233b6d5b58d4f1d54c07347 Mon Sep 17 00:00:00 2001 From: Dave Hodder Date: Sun, 11 Jul 2021 10:03:11 +0100 Subject: [PATCH] CONTRIBUTING: adjust formatting --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f0e525f39..1cb9b333a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,9 +24,8 @@ search the issues to make sure no one else is working on it. 1. The code must be clippy-warning-free and rustfmt-compliant. 1. Don't hesitate to move common functions into uucore if they can be reused by other binaries. 1. Unsafe code should be documented with Safety comments. - -uutils is original code. It cannot contain code from existing GNU or Unix-like -utilities, nor should it link to or reference GNU libraries. +1. uutils is original code. It cannot contain code from existing GNU or Unix-like + utilities, nor should it link to or reference GNU libraries. ## Commit messages