We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96bbaa commit bb1820eCopy full SHA for bb1820e
crates/luars/src/stdlib/basic.rs
@@ -58,7 +58,6 @@ fn lua_print(vm: &mut LuaVM) -> LuaResult<MultiValue> {
58
} else {
59
println!();
60
}
61
- println!(); // Extra blank line for visibility
62
63
Ok(MultiValue::empty())
64
0 commit comments