Skip to content

Commit 55cf874

Browse files
committed
[CodeFactor] Apply fixes
1 parent 330b7e7 commit 55cf874

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Kaonavi.NET.Tests/KaonaviClient.Sheet.Test.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,7 @@ public async ValueTask Sheet_CreateAsync_Calls_PostApi()
311311
static req => req.Content!.ShouldHaveJsonBody("member_data"u8, SheetDataJson)
312312
);
313313
}
314-
315-
314+
316315
/// <summary>
317316
/// <inheritdoc cref="KaonaviClient.ISheet.AddFileAsync" path="/param[@name='id']"/>または<inheritdoc cref="KaonaviClient.ISheet.AddFileAsync" path="/param[@name='customFieldId']"/>が<c>0</c>未満のとき、
318317
/// <see cref="KaonaviClient.Sheet.AddFileAsync"/>は<see cref="ArgumentOutOfRangeException"/>をスローする。

0 commit comments

Comments
 (0)