Skip to content

Commit

Permalink
tweak usage of ? syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Eliza Weisman <[email protected]>
  • Loading branch information
jswrenn and hawkw authored Jul 28, 2022
1 parent d33e57a commit 886f115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/ping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl Ping {
name = "Ping::apply",
skip(self, dst),
fields(
?msg = self.msg,
msg = ?self.msg,
),
)]
pub(crate) async fn apply(self, dst: &mut Connection) -> crate::Result<()> {
Expand Down

0 comments on commit 886f115

Please sign in to comment.