diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-10-27 19:20:14 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2021-10-27 19:20:14 -0600 |
| commit | c534c450330759f6595c9601e3fe8b12e6987e69 (patch) | |
| tree | 0650d4290c5fa56a833747a1616e8ac7c04dd877 /MediaBrowser.Model/ClientLog/ClientLogEvent.cs | |
| parent | a6357f89abb40deaa84ed0ea52010c098e769e62 (diff) | |
Suggestions from review
Diffstat (limited to 'MediaBrowser.Model/ClientLog/ClientLogEvent.cs')
| -rw-r--r-- | MediaBrowser.Model/ClientLog/ClientLogEvent.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/ClientLog/ClientLogEvent.cs b/MediaBrowser.Model/ClientLog/ClientLogEvent.cs index e4ee88145..21087b564 100644 --- a/MediaBrowser.Model/ClientLog/ClientLogEvent.cs +++ b/MediaBrowser.Model/ClientLog/ClientLogEvent.cs @@ -72,4 +72,4 @@ namespace MediaBrowser.Model.ClientLog /// </summary> public string Message { get; } } -}
\ No newline at end of file +} |
