Skip to content

Commit d500d68

Browse files
Run dotnet format 🚨
1 parent cc90b65 commit d500d68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎Src/Notion.Client/Api/Pages/RequestParams/PagesCreateParameters/DatabaseParentInput.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Newtonsoft.Json;
1+
using Newtonsoft.Json;
22

33
namespace Notion.Client
44
{

‎Src/Notion.Client/Api/Pages/RequestParams/PagesCreateParameters/IPageParentInput.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Notion.Client
1+
namespace Notion.Client
22
{
33
public interface IPageParentInput
44
{

‎Src/Notion.Client/Api/Pages/RequestParams/PagesCreateParameters/IPagesCreateQueryParameters.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Notion.Client
1+
namespace Notion.Client
22
{
33
public interface IPagesCreateQueryParameters
44
{

0 commit comments

Comments
 (0)