aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Sorting
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:30:03 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:30:03 +0100
commit5b3d8a6d7610598a030e60ea6d7dff4e5a78553d (patch)
treeff145e81ef1fb6e2a63c983b0dd47fd284bf1894 /Emby.Server.Implementations/Sorting
parentcc719fd77cea3d56ef17ba4fa52abbade4bd609d (diff)
EditorConfig reformat: Emby.IsoMounting, Emby.Server.Implementations
Diffstat (limited to 'Emby.Server.Implementations/Sorting')
-rw-r--r--Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs2
-rw-r--r--Emby.Server.Implementations/Sorting/IsPlayedComparer.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs b/Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs
index 48e3172ce..919ac55df 100644
--- a/Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs
+++ b/Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs
@@ -52,4 +52,4 @@ namespace Emby.Server.Implementations.Sorting
/// <value>The user manager.</value>
public IUserManager UserManager { get; set; }
}
-} \ No newline at end of file
+}
diff --git a/Emby.Server.Implementations/Sorting/IsPlayedComparer.cs b/Emby.Server.Implementations/Sorting/IsPlayedComparer.cs
index 9f4fc2c06..544cae845 100644
--- a/Emby.Server.Implementations/Sorting/IsPlayedComparer.cs
+++ b/Emby.Server.Implementations/Sorting/IsPlayedComparer.cs
@@ -52,4 +52,4 @@ namespace Emby.Server.Implementations.Sorting
/// <value>The user manager.</value>
public IUserManager UserManager { get; set; }
}
-} \ No newline at end of file
+}