Skip to content

Commit 8da446c

Browse files
committed
Fix formatter
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 43d8a17 commit 8da446c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Lua.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2378,7 +2378,6 @@ pub fn dumpStack(self: Self, allocator: std.mem.Allocator) ![]u8 {
23782378
return list.toOwnedSlice();
23792379
}
23802380

2381-
23822381
/// Apply sandbox restrictions to create a secure execution environment.
23832382
///
23842383
/// This method performs the following security hardening operations:

0 commit comments

Comments
 (0)