OSDN Git Service

ブロックの括弧を独立した行に書く (SA1500, SA1501, SA1502)
[opentween/open-tween.git] / OpenTween / ImageListViewItem.cs
index 65cfe65..9d8c41d 100644 (file)
@@ -110,9 +110,15 @@ namespace OpenTween
                     this.ImageDownloaded?.Invoke(this, EventArgs.Empty);
                 }
             }
-            catch (HttpRequestException) { }
-            catch (InvalidImageException) { }
-            catch (TaskCanceledException) { }
+            catch (HttpRequestException)
+            {
+            }
+            catch (InvalidImageException)
+            {
+            }
+            catch (TaskCanceledException)
+            {
+            }
         }
 
         public MemoryImage Image