Skip to content

Commit

Permalink
Inline inscription ID in format string (#4195)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 24, 2025
1 parent b277701 commit 6d691e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/subcommand/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1620,8 +1620,7 @@ impl Server {
Self::proxy(proxy, &format!("content/{}", inscription_id))
} else {
Err(ServerError::NotFound(format!(
"inscription {} not found",
inscription_id
"inscription {inscription_id} not found"
)))
};
};
Expand Down

0 comments on commit 6d691e4

Please sign in to comment.