Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 496c3e3

Browse files
committed
Remove unused ex variable
1 parent 30bfa59 commit 496c3e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/UnitTests/GitHub.App/Models/AccountModelTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ public static byte[] BitmapSourceToBytes(BitmapSource image)
133133
}
134134
return data;
135135
}
136-
catch (Exception ex)
137-
{
138-
}
136+
catch { }
139137
}
140138

141139
return data;

0 commit comments

Comments
 (0)