diff --git a/Test/Printer.cs b/Test/Printer.cs index d13484b3..7e0a773d 100644 --- a/Test/Printer.cs +++ b/Test/Printer.cs @@ -38,12 +38,14 @@ namespace Test // Register the codepages Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); #endif - }/// - /// Wrapper to print information for a single path - /// - /// File or directory path - /// Enable JSON output, if supported - /// Enable debug output + } + + /// + /// Wrapper to print information for a single path + /// + /// File or directory path + /// Enable JSON output, if supported + /// Enable debug output public void PrintPathInfo(string path, bool json, bool debug) { Console.WriteLine($"Checking possible path: {path}");