From d2de96b75f597e6fa71818cf7bae3a61e61de070 Mon Sep 17 00:00:00 2001 From: Tim Callahan Date: Fri, 20 Nov 2020 12:11:26 -0800 Subject: [PATCH] Fix trailing space issues. Signed-off-by: Tim Callahan --- docs/db_dev_process/newpart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/db_dev_process/newpart.rst b/docs/db_dev_process/newpart.rst index 60b8fdf2..73f066e5 100644 --- a/docs/db_dev_process/newpart.rst +++ b/docs/db_dev_process/newpart.rst @@ -280,8 +280,8 @@ Push to GitHub: git push origin Then make a pull request. Navigate to the GitHub page for your -``prjxray`` fork/branch, and click the “New pull request” button. -Making the pull request will kick off continuous integration tests. +``prjxray`` fork/branch, and click the “New pull request” button. +Making the pull request will kick off continuous integration tests. Watch the results and fix any issues. Database Updates