Skip to content

Commit 9481047

Browse files
committed
Applied formatting changes
1 parent 9687f75 commit 9481047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptionless.Web/Controllers/UserController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public async Task<IActionResult> ResendVerificationEmailAsync(string id)
261261
public async Task<IActionResult> UnverifyEmailAddressAsync()
262262
{
263263
using var reader = new StreamReader(HttpContext.Request.Body);
264-
string[] emailAddresses = (await reader.ReadToEndAsync()).SplitAndTrim(new []{ ',' });
264+
string[] emailAddresses = (await reader.ReadToEndAsync()).SplitAndTrim(new[] { ',' });
265265

266266
foreach (string emailAddress in emailAddresses)
267267
{

0 commit comments

Comments
 (0)