OSDN Git Service

冗長な記述を削除 (不要な .ToString(), 括弧など)
[opentween/open-tween.git] / OpenTween / Connection / imgly.cs
index 1c7f8f7..d560825 100644 (file)
@@ -42,7 +42,7 @@ namespace OpenTween.Connection
 {
     public class imgly : IMediaUploadService
     {
-        private readonly string[] pictureExt = new[] { ".jpg", ".jpeg", ".gif", ".png" };
+        private readonly string[] pictureExt = { ".jpg", ".jpeg", ".gif", ".png" };
         private readonly long MaxFileSize = 4L * 1024 * 1024;
 
         private readonly Twitter tw;