Skip to content

Commit

Permalink
ci: WIP for cawg display
Browse files Browse the repository at this point in the history
  • Loading branch information
tmathern committed Feb 5, 2025
1 parent 823eecd commit 66342fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/manifest_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ impl std::fmt::Display for ManifestStore {
json = omit_tag(json, "pad");
json = omit_tag(json, "pad1");
json = omit_tag(json, "pad2");
json = omit_tag(json, "signature");

f.write_str(&json)
}
Expand Down

0 comments on commit 66342fd

Please sign in to comment.