aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Interfaces
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-01-23 16:03:59 +0200
committertranstrike <transtrike@gmail.com>2021-01-23 16:03:59 +0200
commit9d7489b4958a5e6e5b0cd38a61e5bf4ff12f23da (patch)
treec9845dc273b78e64ab4129798c1ad73ba08b1a34 /src/DevHive.Services/Interfaces
parent5eaa3ffa4204d68ce2bb4c342c8042616e6d2c6c (diff)
downloadDevHive-9d7489b4958a5e6e5b0cd38a61e5bf4ff12f23da.tar
DevHive-9d7489b4958a5e6e5b0cd38a61e5bf4ff12f23da.tar.gz
DevHive-9d7489b4958a5e6e5b0cd38a61e5bf4ff12f23da.zip
Fixed formatting
Diffstat (limited to 'src/DevHive.Services/Interfaces')
-rw-r--r--src/DevHive.Services/Interfaces/IRoleService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Services/Interfaces/IRoleService.cs b/src/DevHive.Services/Interfaces/IRoleService.cs
index 3a498d2..d47728c 100644
--- a/src/DevHive.Services/Interfaces/IRoleService.cs
+++ b/src/DevHive.Services/Interfaces/IRoleService.cs
@@ -4,7 +4,7 @@ using DevHive.Services.Models.Identity.Role;
namespace DevHive.Services.Interfaces
{
- public interface IRoleService
+ public interface IRoleService
{
Task<Guid> CreateRole(CreateRoleServiceModel roleServiceModel);