OSDN Git Service

ブロックの括弧を独立した行に書く (SA1500, SA1501, SA1502)
[opentween/open-tween.git] / OpenTween / FilterDialog.cs
index d0d9889..dcdd0a1 100644 (file)
@@ -987,7 +987,10 @@ namespace OpenTween
 
                         cancellationToken.ThrowIfCancellationRequested();
                     }
-                    catch (OperationCanceledException) { return; }
+                    catch (OperationCanceledException)
+                    {
+                        return;
+                    }
                     catch (WebApiException ex)
                     {
                         MessageBox.Show("Failed to get lists. (" + ex.Message + ")");