mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
chore: fixup formatting (x2)
This commit is contained in:
parent
3ee1b28e30
commit
d9f645cd43
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue