diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-02 00:21:06 +0100 |
|---|---|---|
| committer | Vasily <JustAMan@users.noreply.github.com> | 2019-01-02 02:30:59 +0300 |
| commit | cf7e36561037e0e3c0d532b7a0c8d7d668c2373b (patch) | |
| tree | 954b26ff07e4624fdcef4e6f56ac395cc223027d /Emby.Server.Implementations/EnvironmentInfo | |
| parent | 5d855ee84c26ab4cdc3a8672433b168ba4cb8610 (diff) | |
Fix inconsistent code style
Diffstat (limited to 'Emby.Server.Implementations/EnvironmentInfo')
| -rw-r--r-- | Emby.Server.Implementations/EnvironmentInfo/EnvironmentInfo.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/EnvironmentInfo/EnvironmentInfo.cs b/Emby.Server.Implementations/EnvironmentInfo/EnvironmentInfo.cs index 5cff2dff0..985eb71da 100644 --- a/Emby.Server.Implementations/EnvironmentInfo/EnvironmentInfo.cs +++ b/Emby.Server.Implementations/EnvironmentInfo/EnvironmentInfo.cs @@ -41,7 +41,8 @@ namespace Emby.Server.Implementations.EnvironmentInfo { get { - switch (OperatingSystem) { + switch (OperatingSystem) + { case MediaBrowser.Model.System.OperatingSystem.Android: return "Android"; case MediaBrowser.Model.System.OperatingSystem.BSD: return "BSD"; case MediaBrowser.Model.System.OperatingSystem.Linux: return "Linux"; |
