aboutsummaryrefslogtreecommitdiff
path: root/OpenSubtitlesHandler/Console/OSHConsole.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSubtitlesHandler/Console/OSHConsole.cs')
-rw-r--r--OpenSubtitlesHandler/Console/OSHConsole.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSubtitlesHandler/Console/OSHConsole.cs b/OpenSubtitlesHandler/Console/OSHConsole.cs
index 04c00bf25..348c1ce89 100644
--- a/OpenSubtitlesHandler/Console/OSHConsole.cs
+++ b/OpenSubtitlesHandler/Console/OSHConsole.cs
@@ -26,7 +26,7 @@ namespace OpenSubtitlesHandler.Console
/// <summary>
/// Write line to the console and raise the "LineWritten" event
/// </summary>
- ///
+ ///
/// <param name="text">The debug line</param>
/// <param name="code">The status</param>
public static void WriteLine(string text, DebugCode code = DebugCode.None)