Skip to content

Commit a51c9e9

Browse files
fix code styling
1 parent c40bd3b commit a51c9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Notion.Client/Models/Database/Database.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace Notion.Client
66
{
77
public interface IDatabasesListQueryParmaters : IPaginationParameters
88
{
9-
109
}
1110

1211
public class DatabasesListParameters : IDatabasesListQueryParmaters
@@ -28,6 +27,7 @@ public class DatabasesQueryParameters : IDatabaseQueryBodyParameters
2827
public string StartCursor { get; set; }
2928
public string PageSize { get; set; }
3029
}
30+
3131
public class Database
3232
{
3333
public string Object => "database";

0 commit comments

Comments
 (0)