Skip to content

Commit 40a7510

Browse files
Remove multiple empty lines 🎨
1 parent b545bd8 commit 40a7510

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Src/Notion.Client/Models/Block.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ public class BlockBase
2828
[JsonProperty("created_time")]
2929
public string CreatedTime { get; set; }
3030

31-
3231
[JsonProperty("last_edited_time")]
3332
public string LastEditedTime { get; set; }
3433

35-
3634
[JsonProperty("has_children")]
3735
public virtual bool HasChildren { get; set; }
3836
}
@@ -111,7 +109,6 @@ public class BulletedListItemClass
111109

112110
public class NumberedListItemBlock : BlockBase
113111
{
114-
115112
public override BlockType Type => BlockType.NumberedListItem;
116113

117114
[JsonProperty("numbered_list_item")]

0 commit comments

Comments
 (0)