diff --git a/OpenAuth.App/ServiceApp/ManageApp.cs b/OpenAuth.App/ServiceApp/ManageApp.cs
index 64a1ad3..d37adbe 100644
--- a/OpenAuth.App/ServiceApp/ManageApp.cs
+++ b/OpenAuth.App/ServiceApp/ManageApp.cs
@@ -191,7 +191,7 @@ namespace OpenAuth.App.ServiceApp
///
///
///
- public async Task>> GetWorkspaceList(string key)
+ public async Task>> GetWorkspaceList(string key)
{
RefAsync totalCount = 0;
using (var db = UnitWork.CreateContext())
@@ -211,7 +211,7 @@ namespace OpenAuth.App.ServiceApp
u.Name
})
.ToListAsync();
- return new Response>
+ return new Response>
{
Result = list
};