From a155204a1a16f78d3810e1fe515e445059b60a2a Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Thu, 14 Sep 2023 14:18:00 +0200 Subject: [PATCH] [PM-3807] amazing adventures with the c# linter --- src/Api/Vault/Models/CipherFido2KeyModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Vault/Models/CipherFido2KeyModel.cs b/src/Api/Vault/Models/CipherFido2KeyModel.cs index d9db7d8d64fa..2d6dda330e8a 100644 --- a/src/Api/Vault/Models/CipherFido2KeyModel.cs +++ b/src/Api/Vault/Models/CipherFido2KeyModel.cs @@ -81,4 +81,4 @@ public static CipherLoginFido2KeyData[] ToCipherLoginFido2KeyData(this CipherFid { return models.Select(m => m.ToCipherLoginFido2KeyData()).ToArray(); } -} \ No newline at end of file +}