mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Code formatting and usings cleanup
This commit is contained in:
@@ -59,7 +59,7 @@ namespace SabreTools.Reports
|
||||
/// <param name="throwOnError">True if the error that is thrown should be thrown back to the caller, false otherwise</param>
|
||||
/// <returns>True if the report was written correctly, false otherwise</returns>
|
||||
public abstract bool WriteToFile(string? outfile, bool baddumpCol, bool nodumpCol, bool throwOnError = false);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Returns the human-readable file size for an arbitrary, 64-bit file size
|
||||
/// The default format is "0.### XB", e.g. "4.2 KB" or "1.434 GB"
|
||||
|
||||
@@ -53,7 +53,7 @@ namespace SabreTools.Reports.Formats
|
||||
if (stat.IsDirectory)
|
||||
{
|
||||
WriteIndividual(sw, stat, baddumpCol, nodumpCol);
|
||||
|
||||
|
||||
// If we have anything but the last value, write the separator
|
||||
if (i < Statistics.Count - 1)
|
||||
WriteFooterSeparator(sw);
|
||||
|
||||
Reference in New Issue
Block a user