Skip to content

Commit 09937b6

Browse files
author
boris.kuzmanov
committed
Run lint
1 parent b85a175 commit 09937b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Notion.Client/Models/File/FileObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public abstract class FileObject : IPageIcon
1111
{
1212
[JsonProperty("caption")]
1313
public IEnumerable<RichTextBase> Caption { get; set; }
14-
14+
1515
[JsonProperty("name")]
1616
public string Name { get; set; }
1717

0 commit comments

Comments
 (0)