Skip to content

Commit

Permalink
A little compacter
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Jul 28, 2024
1 parent 882a1cc commit a45d13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter/http_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl Filter {
"#{} pattern_expression_applies: selector not found: {}, defaulting to ``",
self.context_id, p_e.selector
);
"".to_string().as_bytes().to_vec()
b"".to_vec()
}
Some(attribute_bytes) => attribute_bytes,
};
Expand Down

0 comments on commit a45d13f

Please sign in to comment.