Skip to content

Commit 876f941

Browse files
committed
uptime: add two empty lines
1 parent f6d19fa commit 876f941

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/uu/uptime/src/uptime.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const ABOUT: &str = concat!(
3535
const ABOUT: &str = help_about!("uptime.md");
3636

3737
const USAGE: &str = help_usage!("uptime.md");
38+
3839
pub mod options {
3940
pub static SINCE: &str = "since";
4041
pub static PATH: &str = "path";
@@ -54,6 +55,7 @@ pub enum UptimeError {
5455
#[error("extra operand '{0}'")]
5556
ExtraOperandError(String),
5657
}
58+
5759
impl UError for UptimeError {
5860
fn code(&self) -> i32 {
5961
1

0 commit comments

Comments
 (0)