Skip to content

Commit 75558af

Browse files
committed
fix
1 parent d85371b commit 75558af

File tree

1 file changed

+0
-7
lines changed
  • rust/catalyst-signed-doc-macro/src/rules

1 file changed

+0
-7
lines changed

rust/catalyst-signed-doc-macro/src/rules/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,8 @@ pub(crate) fn catalyst_signed_documents_rules_impl() -> anyhow::Result<TokenStre
1818
crate::validator::rules::Rules {
1919
id: crate::validator::rules::IdRule,
2020
ver: crate::validator::rules::VerRule,
21-
<<<<<<< Updated upstream
22-
content_type: crate::validator::rules::ContentTypeRule {
23-
exp: ContentType::Json,
24-
},
25-
content_encoding: crate::validator::rules::ContentEncodingRule::Specified {
26-
=======
2721
content_type: crate::validator::rules::ContentTypeRule::NotSpecified,
2822
content_encoding: crate::validator::rules::ContentEncodingRule {
29-
>>>>>>> Stashed changes
3023
exp: ContentEncoding::Brotli,
3124
optional: false,
3225
},

0 commit comments

Comments
 (0)