Skip to content

Commit b9e6fa0

Browse files
Run dotnet format 🎨
1 parent bf6e33c commit b9e6fa0

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Src/Notion.Client/Api/Search/ISearchClient.cs

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

33
namespace Notion.Client
44
{

Src/Notion.Client/Api/Search/Parameters/ISearchBodyParameters.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 ISearchBodyParameters : IPaginationParameters
44
{

Src/Notion.Client/Api/Search/Parameters/SearchDirection.cs

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

33
namespace Notion.Client
44
{

Src/Notion.Client/Api/Search/Parameters/SearchFilter.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 class SearchFilter
44
{

Src/Notion.Client/Api/Search/Parameters/SearchObjectType.cs

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

33
namespace Notion.Client
44
{

Src/Notion.Client/Api/Search/Parameters/SearchParameters.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 class SearchParameters : ISearchBodyParameters
44
{

Src/Notion.Client/Api/Search/Parameters/SearchSort.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
using Newtonsoft.Json.Converters;
44

Src/Notion.Client/Api/Search/SearchClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
22
using static Notion.Client.ApiEndpoints;
33

44
namespace Notion.Client

Src/Notion.Client/Models/IObject.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/ObjectType.cs

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

33
namespace Notion.Client
44
{

0 commit comments

Comments
 (0)