Skip to content

Commit 3ea80b7

Browse files
committed
cargo fmt
1 parent 2e0e86d commit 3ea80b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state/raw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ impl RawLua {
766766
Some(WrappedFailure::Error(err)) => {
767767
ffi::lua_pop(ref_thread, 1);
768768
Value::Error(Box::new(err.clone()))
769-
},
769+
}
770770
Some(WrappedFailure::Panic(panic)) => {
771771
ffi::lua_pop(ref_thread, 1);
772772
if let Some(panic) = panic.take() {

0 commit comments

Comments
 (0)