Skip to content

Commit 0024ce7

Browse files
Formatting issue on ParagraphBlock.cs
1 parent 3978493 commit 0024ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Notion.Client/Models/Blocks/ParagraphBlock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class Info
1515
{
1616
[JsonProperty("rich_text")]
1717
public IEnumerable<RichTextBase> RichText { get; set; }
18-
18+
1919
[JsonProperty("color")]
2020
[JsonConverter(typeof(StringEnumConverter))]
2121
public Color Color { get; set; }

0 commit comments

Comments
 (0)