mirror of
https://github.com/bitwarden/server
synced 2026-01-21 03:43:53 +00:00
Run dotnet format
This commit is contained in:
@@ -63,7 +63,8 @@ public class PushNotificationAdapter(
|
||||
TargetId = organization.Id,
|
||||
Payload = new OrganizationStatusPushNotification
|
||||
{
|
||||
OrganizationId = organization.Id, Enabled = organization.Enabled,
|
||||
OrganizationId = organization.Id,
|
||||
Enabled = organization.Enabled,
|
||||
},
|
||||
ExcludeCurrentContext = false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user