Skip to content

Commit

Permalink
chore: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovchik committed Oct 21, 2024
1 parent 1416536 commit 2bd82ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Sinch.Tests/Sms/BatchesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public async Task DryRun()
per_recipient = new[]
{
new { recipient = "a", body = "c", encoding = "UTF-8", number_of_parts = 1 },
new { recipient = "a", body = "c", encoding = "UTF-8" , number_of_parts = 3 }
new { recipient = "a", body = "c", encoding = "UTF-8", number_of_parts = 3 }
}
}));

Expand Down

0 comments on commit 2bd82ba

Please sign in to comment.