Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gmart7t2 committed Dec 11, 2023
2 parents 6440dd3 + 3427f61 commit 904999f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,6 @@ update-mdbook-theme:

audit-cache:
cargo run --package audit-cache

coverage:
cargo llvm-cov
2 changes: 1 addition & 1 deletion src/subcommand/server/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl IntoResponse for ServerError {
);

if let Some(accept_encoding) = accept_encoding.0 {
write!(message, " `Accept-Encoding` header: {accept_encoding}").unwrap();
write!(message, " `Accept-Encoding` header: `{accept_encoding}`").unwrap();
} else {
write!(message, " `Accept-Encoding` header not present").unwrap();
};
Expand Down

0 comments on commit 904999f

Please sign in to comment.