chore: fixup formatting (x2)

This commit is contained in:
Erica Marigold 2024-04-20 20:14:08 +05:30 committed by GitHub
parent 3ee1b28e30
commit d9f645cd43
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ use mlua::prelude::*;
pub fn create(lua: &Lua) -> LuaResult<impl IntoLua<'_>> {
let lune_version = format!("Lune {}", env!("CARGO_PKG_VERSION"));
let luau_version_full = lua
.globals()
.get::<_, LuaString>("_VERSION")