Skip to content

Commit 894476f

Browse files
committed
aero_shell: Add missing newline to uptime
Signed-off-by: Dennis Bonke <[email protected]>
1 parent 6eef08d commit 894476f

File tree

1 file changed

+1
-1
lines changed
  • userland/apps/aero_shell/src

1 file changed

+1
-1
lines changed

userland/apps/aero_shell/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ fn repl(history: &mut Vec<String>) -> Result<(), AeroSyscallError> {
144144
}
145145

146146
"uptime" => {
147-
print!("{}", get_uptime()?);
147+
println!("{}", get_uptime()?);
148148
}
149149

150150
"sleep" => {

0 commit comments

Comments
 (0)