Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Swaagman <[email protected]>
  • Loading branch information
Swaagie committed Dec 3, 2024
1 parent b96a374 commit 6337586
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/envoy_filter_metadata/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ impl HttpContext for MetadataHttp {
200,
vec![("Powered-By", "proxy-wasm"), ("uppercased-metadata", &data)],
Some(
format!(
"Custom response with Envoy metadata: {:?}\n",
data
)
.as_bytes(),
format!("Custom response with Envoy metadata: {:?}\n", data).as_bytes(),
),
);
Action::Pause
Expand Down

0 comments on commit 6337586

Please sign in to comment.