mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 15:48:03 +00:00
style: fix return statement indentation in StreamInfo.cs
This commit is contained in:
@@ -1283,7 +1283,7 @@ public class StreamInfo
|
||||
}
|
||||
}
|
||||
|
||||
return info;
|
||||
return info;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user