Skip to content

Commit 4935a8d

Browse files
author
agile.zhou
committed
fix obvious issue
1 parent 1075a31 commit 4935a8d

File tree

321 files changed

+15902
-17285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+15902
-17285
lines changed

src/Agile.Config.Protocol/VMS.cs

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
1-
using System;
1+
namespace Agile.Config.Protocol;
22

3-
namespace Agile.Config.Protocol
3+
public class ActionConst
44
{
5-
public class ActionConst
6-
{
7-
public const string Offline = "offline";
8-
public const string Reload = "reload";
9-
public const string Ping = "ping";
10-
}
5+
public const string Offline = "offline";
6+
public const string Reload = "reload";
7+
public const string Ping = "ping";
8+
}
119

12-
public class ActionModule
13-
{
14-
public const string RegisterCenter = "r";
15-
public const string ConfigCenter = "c";
16-
}
10+
public class ActionModule
11+
{
12+
public const string RegisterCenter = "r";
13+
public const string ConfigCenter = "c";
14+
}
1715

18-
public class WebsocketAction
19-
{
20-
public WebsocketAction()
21-
{
22-
}
23-
public string Module { get; set; }
24-
public string Action { get; set; }
16+
public class WebsocketAction
17+
{
18+
public string Module { get; set; }
19+
public string Action { get; set; }
2520

26-
public string Data { get; set; }
27-
}
28-
}
21+
public string Data { get; set; }
22+
}
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
using Figgle;
22

3-
namespace AgileConfig.Server.Apisite
3+
namespace AgileConfig.Server.Apisite;
4+
5+
[EmbedFiggleFont("Font", "ogre")]
6+
internal static partial class ASCII_FONT
47
{
5-
[EmbedFiggleFont(memberName: "Font", fontName: "ogre")]
6-
internal static partial class ASCII_FONT
7-
{
8-
}
9-
}
8+
}

src/AgileConfig.Server.Apisite/AgileConfig - Backup.Server.Apisite.csproj

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)