Skip to content

Commit

Permalink
Remove line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Apr 21, 2020
1 parent 7e2924b commit 87453d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions maintainer/gh_post_style_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 87453d6

Please sign in to comment.