aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryMonitor.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:30:58 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:30:58 +0100
commit3ed6f370305d8f73f88bb0f7a752e969148a1cbd (patch)
treebaefba3f65c15e9dbef2a3cb964a70c286330e05 /MediaBrowser.Controller/Library/ILibraryMonitor.cs
parent51ed47f4c4956f22449e688e04ff66da5206bdcc (diff)
EditorConfig reformat: MediaBrowser.Controller
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryMonitor.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryMonitor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryMonitor.cs b/MediaBrowser.Controller/Library/ILibraryMonitor.cs
index e965e47d6..c273b1763 100644
--- a/MediaBrowser.Controller/Library/ILibraryMonitor.cs
+++ b/MediaBrowser.Controller/Library/ILibraryMonitor.cs
@@ -40,4 +40,4 @@ namespace MediaBrowser.Controller.Library
/// <returns><c>true</c> if [is path locked] [the specified path]; otherwise, <c>false</c>.</returns>
bool IsPathLocked(string path);
}
-} \ No newline at end of file
+}