Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Oct 26, 2023
1 parent f658b2c commit edef313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webauthn-authenticator-rs/src/transport/yubikey.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ mod tests {
fn yubico_security_key_c_nfc() {
let _ = tracing_subscriber::fmt().try_init();
let expected = YubiKeyConfig {
version: [5,4,3],
version: [5, 4, 3],
form_factor: FormFactor::UsbCKeychain,
is_security_key: true,
supported_usb_interfaces: Interface::CTAP1 | Interface::CTAP2,
Expand Down

0 comments on commit edef313

Please sign in to comment.