Skip to content

Commit cf63a7a

Browse files
committed
style: 移除多余的partial修饰符
1 parent 45ab7c5 commit cf63a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VModer.Core/Services/GameResourcesPathService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace VModer.Core.Services;
55

6-
public sealed partial class GameResourcesPathService(
6+
public sealed class GameResourcesPathService(
77
SettingsService settingService,
88
GameModDescriptorService descriptor
99
)

0 commit comments

Comments
 (0)