Browse Source

Add newline for info <unit>

David Peter 1 year ago
parent
commit
1c3d464523
1 changed files with 2 additions and 0 deletions
  1. 2 0
      numbat/src/lib.rs

+ 2 - 0
numbat/src/lib.rs

@@ -333,6 +333,8 @@ impl Context {
                     }
                 };
 
+                help += m::nl();
+
                 return help;
             }
         };