From 74d373e37d0c6cf8b6fedb3582cc2803acf5efeb Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 24 Feb 2026 18:51:22 +0100 Subject: [PATCH] docs: improve contributing formatting --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e56db7f0..a636dfa50 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,8 +25,7 @@ Best start by reading the [documentation](https://www.freqtrade.io/) to get a fe ### 1. Run unit tests -All unit tests must pass. If a unit test is broken, change your code to -make it pass. It means you have introduced a regression. +All unit tests must pass. If a unit test is broken, change your code to make it pass. It means you have introduced a regression. #### Test the whole project