From 26d19aab3786e259e29a14c7dc6b52fc2c90c052 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 31 Oct 2024 20:38:15 -0400 Subject: [PATCH] Fix very strange formatting --- Test/Printer.cs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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}");