OSDN Git Service

ブロックの括弧を独立した行に書く (SA1500, SA1501, SA1502)
[opentween/open-tween.git] / OpenTween / Thumbnail / Services / Vimeo.cs
index 991b7d0..674196d 100644 (file)
@@ -96,7 +96,9 @@ namespace OpenTween.Thumbnail.Services
                     IsPlayable = true,
                 };
             }
-            catch (HttpRequestException) { }
+            catch (HttpRequestException)
+            {
+            }
 
             return null;
         }