Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmstill committed Oct 1, 2023
1 parent 3600d13 commit 2000b6d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 70 deletions.
67 changes: 0 additions & 67 deletions biscuit-format/src/format.zig

This file was deleted.

1 change: 0 additions & 1 deletion biscuit-format/src/main.zig
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
// pub const schema = @import("schema.pb.zig");
pub const decode = @import("decode.zig");
pub const serialized_biscuit = @import("serialized_biscuit.zig");
3 changes: 1 addition & 2 deletions src/token/block.zig
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ pub const Block = struct {
}

for (decoded_block.checks_v2.items) |check| {
_ = check;
// try block.checks.append(try Check.fromSchema(allocator, check));
try block.checks.append(try Check.fromSchema(allocator, check));
}

return block;
Expand Down

0 comments on commit 2000b6d

Please sign in to comment.