diff --git a/apps/desktop/desktop_native/Cargo.toml b/apps/desktop/desktop_native/Cargo.toml index 22d338c31ab..4d2e0b624be 100644 --- a/apps/desktop/desktop_native/Cargo.toml +++ b/apps/desktop/desktop_native/Cargo.toml @@ -8,7 +8,8 @@ members = [ "macos_provider", "napi", "process_isolation", - "proxy", "win_webauthn", + "proxy", + "win_webauthn", "windows_plugin_authenticator" ] diff --git a/apps/desktop/desktop_native/win_webauthn/Cargo.toml b/apps/desktop/desktop_native/win_webauthn/Cargo.toml index ca176103e00..41abe582e0c 100644 --- a/apps/desktop/desktop_native/win_webauthn/Cargo.toml +++ b/apps/desktop/desktop_native/win_webauthn/Cargo.toml @@ -22,4 +22,4 @@ windows = { workspace = true, features = [ "Win32_System_Com", "Win32_System_LibraryLoader", ] } -windows-core = { workspace = true } \ No newline at end of file +windows-core = { workspace = true } diff --git a/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml b/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml index c3f2d41b771..b13c12d6572 100644 --- a/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml +++ b/apps/desktop/desktop_native/windows_plugin_authenticator/Cargo.toml @@ -28,4 +28,4 @@ base64 = { workspace = true } win_webauthn = { path = "../win_webauthn" } [lints] -workspace = true \ No newline at end of file +workspace = true