Skip to content

Commit bd19239

Browse files
Fix .NET whitespace formatting
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 13fea36 commit bd19239

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dotnet/src/Client.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,8 @@ public async Task<PermissionRequestResponseV2> OnPermissionRequestV2(string sess
13541354
var result = await session.HandlePermissionRequestAsync(permissionRequest);
13551355
return new PermissionRequestResponseV2(result);
13561356
}
1357-
catch (Exception) {
1357+
catch (Exception)
1358+
{
13581359
return new PermissionRequestResponseV2(new PermissionRequestResult
13591360
{
13601361
Kind = PermissionRequestResultKind.DeniedCouldNotRequestFromUser

0 commit comments

Comments
 (0)