Skip to content

Commit c58e2ab

Browse files
Fix code factor warnings
1 parent 5f36bbf commit c58e2ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Src/Notion.Client/Api/FileUploads/Send/Request/ISendFileUploadFormDataParameters.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
using Newtonsoft.Json;
1+
using Newtonsoft.Json;
22

33
namespace Notion.Client
44
{
55
public interface ISendFileUploadFormDataParameters
66
{
7-
87
/// <summary>
98
/// The raw binary file contents to upload.
109
/// </summary>

0 commit comments

Comments
 (0)