This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
numbat
mirror of
https://github.com/sharkdp/numbat.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add newline for info <unit>
David Peter
1 year ago
parent
c2f89b6be0
commit
1c3d464523
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
numbat/src/lib.rs
+ 2
- 0
numbat/src/lib.rs
View File
@@ -333,6 +333,8 @@ impl Context {
}
};
+ help += m::nl();
+
return help;
}
};