Skip to content

Commit ff4f036

Browse files
Run dotnet format 🚨
1 parent 297d12e commit ff4f036

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎Src/Notion.Client/Models/User/Bot.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/Models/User/BotOwner/IBotOwner.cs‎

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

44
namespace Notion.Client

‎Src/Notion.Client/Models/User/BotOwner/UserOwner.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/Models/User/BotOwner/WorkspaceIntegrationOwner.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/Models/User/Person.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
{

0 commit comments

Comments
 (0)