From 14d17b35134b149a42569e8c40a0935cab35c56e Mon Sep 17 00:00:00 2001
From: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Date: Wed, 4 Mar 2020 16:41:27 -0500
Subject: [PATCH] clean the superfluous newline

I believe this newline in the document is superfluous.
---
 doc/src/Modify_contribute.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/src/Modify_contribute.rst b/doc/src/Modify_contribute.rst
index 0fd333b568..4a1377bcf0 100644
--- a/doc/src/Modify_contribute.rst
+++ b/doc/src/Modify_contribute.rst
@@ -140,8 +140,7 @@ packages in the src directory for examples. If you are uncertain, please ask.
   and your name and email address at the top, like other
   user-contributed LAMMPS source files.  They need to create a class
   that is inside the LAMMPS namespace.  If the file is for one of the
-
-* USER packages, including USER-MISC, then we are not as picky about the
+  USER packages, including USER-MISC, then we are not as picky about the
   coding style (see above).  I.e. the files do not need to be in the
   same stylistic format and syntax as other LAMMPS files, though that
   would be nice for developers as well as users who try to read your