[Refactor] General reformat and clean-up.

This commit is contained in:
2025-11-24 20:12:10 +00:00
parent 8331fba1e4
commit a58f2e60e5
415 changed files with 4920 additions and 4829 deletions

View File

@@ -121,5 +121,6 @@ public static class AaruLogging
/// Writes the exception to the debug output console.
/// </summary>
/// <param name="ex">Exception.</param>
public static void Exception(Exception ex, string message, params object[] arg) => WriteExceptionEvent?.Invoke(ex, message, arg);
public static void Exception(Exception ex, string message, params object[] arg) =>
WriteExceptionEvent?.Invoke(ex, message, arg);
}

View File

@@ -55,5 +55,4 @@ public delegate void ExceptionDelegate(Exception ex, string message, params obje
/// </summary>
/// <param name="format">A composite format string.</param>
/// <param name="arg">An array of objects to write using <paramref name="format" />.</param>
public delegate void InformationDelegate(string format, params object[] arg);
public delegate void InformationDelegate(string format, params object[] arg);