mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 16:34:40 +01:00
format code
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
using nksrv.Utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace nksrv.LobbyServer.Msgs.User
|
||||
{
|
||||
@@ -15,8 +10,8 @@ namespace nksrv.LobbyServer.Msgs.User
|
||||
var req = await ReadData<ReqGetProfileFrame>();
|
||||
var response = new ResGetProfileFrame();
|
||||
|
||||
|
||||
await WriteDataAsync(response);
|
||||
|
||||
await WriteDataAsync(response);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user