Skip to content

Commit bb1820e

Browse files
committed
clean print
1 parent c96bbaa commit bb1820e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/luars/src/stdlib/basic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ fn lua_print(vm: &mut LuaVM) -> LuaResult<MultiValue> {
5858
} else {
5959
println!();
6060
}
61-
println!(); // Extra blank line for visibility
6261

6362
Ok(MultiValue::empty())
6463
}

0 commit comments

Comments
 (0)