Skip to content

Commit bbe9588

Browse files
Run dotnet format 🚨
1 parent 2f2640d commit bbe9588

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎Src/Notion.Client/Api/Blocks/RequestParams/BlocksUpdateParameters/UpdateBlocks/AudioUpdateBlock.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/Blocks/AudioBlock.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/File/FIleInput/ExternalFileInput.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/File/FIleInput/IFileObjectInput.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 IFileObjectInput
44
{

‎Src/Notion.Client/Models/File/FIleInput/UploadedFileInput.cs‎

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

44
namespace Notion.Client

0 commit comments

Comments
 (0)