Skip to content

Commit 31b88e8

Browse files
committed
cargo fmt
1 parent 3be4745 commit 31b88e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlua-sys/src/luau/lualib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub const LUA_UTF8LIBNAME: *const c_char = cstr!("utf8");
1414
pub const LUA_MATHLIBNAME: *const c_char = cstr!("math");
1515
pub const LUA_DBLIBNAME: *const c_char = cstr!("debug");
1616
pub const LUA_VECLIBNAME: *const c_char = cstr!("vector");
17-
pub const LUA_INTLIBNAME : *const c_char = cstr!("integer");
17+
pub const LUA_INTLIBNAME: *const c_char = cstr!("integer");
1818

1919
unsafe extern "C-unwind" {
2020
pub fn luaopen_base(L: *mut lua_State) -> c_int;

0 commit comments

Comments
 (0)