Browse Source

style: fix return statement indentation in StreamInfo.cs

sususu98 7 months ago
parent
commit
aebabb1580
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Model/Dlna/StreamInfo.cs

+ 1 - 1
MediaBrowser.Model/Dlna/StreamInfo.cs

@@ -1283,7 +1283,7 @@ public class StreamInfo
             }
         }
 
-         return info;
+        return info;
     }
 
     /// <summary>