Skip to content

Commit d37dd32

Browse files
Run dotnet format 🚨
1 parent 19f2257 commit d37dd32

File tree

1 file changed

+2
-2
lines changed
  • Src/Notion.Client/Api/Blocks/RequestParams/BlocksUpdateParameters/UpdateBlocks

1 file changed

+2
-2
lines changed

‎Src/Notion.Client/Api/Blocks/RequestParams/BlocksUpdateParameters/UpdateBlocks/CodeUpdateBlock.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using Newtonsoft.Json;
33

44
namespace Notion.Client
@@ -15,6 +15,6 @@ public class Info
1515

1616
[JsonProperty("language")]
1717
public string Language { get; set; }
18-
}
18+
}
1919
}
2020
}

0 commit comments

Comments
 (0)