mirror of https://github.com/jellyfin/jellyfin
style: fix return statement indentation in StreamInfo.cs
This commit is contained in:
parent
d5402718b7
commit
aebabb1580
|
|
@ -1283,7 +1283,7 @@ public class StreamInfo
|
|||
}
|
||||
}
|
||||
|
||||
return info;
|
||||
return info;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue