Skip to content

Commit 9886b40

Browse files
Fix code styling 🎨
1 parent a532753 commit 9886b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/Notion.Client/Extensions/EnumExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Linq;
1+
using System.Linq;
22
using System.Runtime.Serialization;
33

44
namespace Notion.Client.Extensions
@@ -19,4 +19,4 @@ public static string GetEnumMemberValue<T>(this T enumValue) where T : System.En
1919
return null;
2020
}
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)