doc/contributing: fix whitespace

authored by Sandro and committed by GitHub 1bb33d6d c0f3a3ac

+1 -1
+1 -1
doc/contributing/submitting-changes.chapter.md
··· 246 246 247 247 ### Staging-next branch {#submitting-changes-staging-next-branch} 248 248 249 - The `staging-next` branch is for stabilizing mass-rebuilds submitted to the `staging` branch prior to merging them into `master`. Mass-rebuilds must go via the `staging` branch. It must only see non-breaking commits that are fixing issues blocking it from being merged into the `master ` branch. 249 + The `staging-next` branch is for stabilizing mass-rebuilds submitted to the `staging` branch prior to merging them into `master`. Mass-rebuilds must go via the `staging` branch. It must only see non-breaking commits that are fixing issues blocking it from being merged into the `master` branch. 250 250 251 251 If the branch is already in a broken state, please refrain from adding extra new breakages. Stabilize it for a few days and then merge into master. 252 252