Skip to content

Commit

Permalink
style: Fix indentation issue that snuck in
Browse files Browse the repository at this point in the history
  • Loading branch information
tlater-famedly committed Feb 13, 2025
1 parent 6704923 commit dafdc71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ impl User {
ExternalIdEncoding::Plain => hex::encode(self.external_user_id.as_bytes()),
ExternalIdEncoding::Ambiguous => {
tracing::error!(
?self,
"Unreachable code? Ambiguous encoding detected despite case-by-case handling."
);
?self,
"Unreachable code? Ambiguous encoding detected despite case-by-case handling."
);
unreachable!("Ambiguous encoding should not be detected here");
}
}
Expand Down

0 comments on commit dafdc71

Please sign in to comment.