Skip to content

Commit 9980587

Browse files
committed
🎨 Updates code formatting to .editorconfig settings
1 parent f23b595 commit 9980587

File tree

12 files changed

+25
-32
lines changed

12 files changed

+25
-32
lines changed

‎Src/Notion.Client/Models/Filters/Checkbox.cs‎

Lines changed: 2 additions & 2 deletions
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
@@ -31,4 +31,4 @@ public Condition(Nullable<bool> equal = null, Nullable<bool> doesNotEqual = null
3131
}
3232
}
3333
}
34-
}
34+
}

‎Src/Notion.Client/Models/Filters/Date.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using Newtonsoft.Json;
44
using Newtonsoft.Json.Converters;
@@ -120,4 +120,4 @@ public Condition(
120120
}
121121
}
122122
}
123-
}
123+
}

‎Src/Notion.Client/Models/Filters/Files.cs‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using Newtonsoft.Json;
1+
using Newtonsoft.Json;
32

43
namespace Notion.Client
54
{
@@ -34,4 +33,4 @@ public Condition(
3433
}
3534
}
3635
}
37-
}
36+
}

‎Src/Notion.Client/Models/Filters/Filter.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22

33
namespace Notion.Client
44
{
@@ -23,4 +23,4 @@ public CompoundFilter(List<Filter> or = null, List<Filter> and = null)
2323
And = and;
2424
}
2525
}
26-
}
26+
}

‎Src/Notion.Client/Models/Filters/Formula.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Notion.Client
1+
namespace Notion.Client
22
{
33
public class FormulaFilter : SinglePropertyFilter
44
{
@@ -40,4 +40,4 @@ public Condition(
4040
}
4141
}
4242
}
43-
}
43+
}

‎Src/Notion.Client/Models/Filters/Multiselect.cs‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using Newtonsoft.Json;
1+
using Newtonsoft.Json;
32

43
namespace Notion.Client
54
{
@@ -52,4 +51,4 @@ public Condition(
5251
}
5352

5453
}
55-
}
54+
}

‎Src/Notion.Client/Models/Filters/Number.cs‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using Newtonsoft.Json;
1+
using Newtonsoft.Json;
32

43
namespace Notion.Client
54
{
@@ -79,4 +78,4 @@ public Condition(
7978
}
8079

8180
}
82-
}
81+
}

‎Src/Notion.Client/Models/Filters/People.cs‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using Newtonsoft.Json;
1+
using Newtonsoft.Json;
32

43
namespace Notion.Client
54
{
@@ -49,4 +48,4 @@ public Condition(
4948
}
5049
}
5150
}
52-
}
51+
}

‎Src/Notion.Client/Models/Filters/Relation.cs‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using Newtonsoft.Json;
1+
using Newtonsoft.Json;
32

43
namespace Notion.Client
54
{
@@ -49,4 +48,4 @@ public Condition(
4948
}
5049
}
5150
}
52-
}
51+
}

‎Src/Notion.Client/Models/Filters/Select.cs‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using Newtonsoft.Json;
1+
using Newtonsoft.Json;
32

43
namespace Notion.Client
54
{
@@ -50,4 +49,4 @@ public Condition(
5049
}
5150
}
5251
}
53-
}
52+
}

0 commit comments

Comments
 (0)