mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
Run dotnet format (#1738)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using Bit.Core.Models.Domain;
|
||||
using System;
|
||||
using System;
|
||||
using Bit.Core.Models.Domain;
|
||||
|
||||
namespace Bit.Core.Abstractions
|
||||
{
|
||||
@@ -9,4 +9,4 @@ namespace Bit.Core.Abstractions
|
||||
void Subscribe(string id, Action<Message> messageCallback);
|
||||
void Unsubscribe(string id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user