Skip to content

Commit

Permalink
chore: fixup formatting (x2)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev authored Apr 20, 2024
1 parent 3ee1b28 commit d9f645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lune/globals/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d9f645c

Please sign in to comment.