From 87453d6d6c554783a9e479ced1acee333ca78846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Tue, 21 Apr 2020 14:35:59 +0200 Subject: [PATCH] Remove line breaks --- maintainer/gh_post_style_patch.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/maintainer/gh_post_style_patch.py b/maintainer/gh_post_style_patch.py index 6de2ab18d6c..9cfbd69446c 100755 --- a/maintainer/gh_post_style_patch.py +++ b/maintainer/gh_post_style_patch.py @@ -43,13 +43,13 @@ MESSAGE = '''Your pull request does not meet our code formatting \ rules. {header}, please do one of the following: -- You can download a patch with my suggested changes - [here]({url}/artifacts/raw/style.patch), inspect it and make +- You can download a patch with my suggested changes \ + [here]({url}/artifacts/raw/style.patch), inspect it and make \ changes manually. -- You can directly apply it to your repository by running +- You can directly apply it to your repository by running \ `curl {url}/artifacts/raw/style.patch | git apply -`. -- You can run `maintainer/CI/fix_style.sh` to automatically fix your coding - style. This is the same command that I have executed to generate the patch +- You can run `maintainer/CI/fix_style.sh` to automatically fix your coding \ + style. This is the same command that I have executed to generate the patch \ above, but it requires certain tools to be installed on your computer. You can run `gitlab-runner exec docker style` afterwards to check if your \