OSDN Git Service

ブロックの括弧を独立した行に書く (SA1500, SA1501, SA1502)
[opentween/open-tween.git] / OpenTween / Thumbnail / Services / Nicovideo.cs
index 7ea67c8..a31b2aa 100644 (file)
@@ -80,8 +80,12 @@ namespace OpenTween.Thumbnail.Services
                     IsPlayable = true,
                 };
             }
-            catch (XmlException) { }
-            catch (HttpRequestException) { }
+            catch (XmlException)
+            {
+            }
+            catch (HttpRequestException)
+            {
+            }
 
             return null;
         }