Skip to content

Commit

Permalink
style: 重命名类名
Browse files Browse the repository at this point in the history
  • Loading branch information
textGamex committed Oct 10, 2024
1 parent 35e318b commit c10d248
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging;
using ParadoxPower.CSharp;

namespace Moder.Core.Extensions;

public static class LoggerExtends
public static class LoggerExtensions
{
public static void LogParseError(this ILogger logger, ParserError error)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.ComponentModel;
using System.ComponentModel;
using Microsoft.FSharp.Collections;
using Moder.Core.Models;
using ParadoxPower.Parser;
Expand All @@ -7,7 +7,7 @@

namespace Moder.Core.Extensions;

public static class ParserExtend
public static class ParserExtensions
{
public static bool HasNot(this Node node, string key)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Moder.Core.Extensions;

public static class StringExtend
public static class StringExtensions
{
public static string ToFilePath(this string filePath)
{
Expand Down

0 comments on commit c10d248

Please sign in to comment.