Fix code formatting

This commit is contained in:
Matt Nadareski
2025-09-21 13:52:05 -04:00
parent 1908d1b32e
commit e392ddc8d7

View File

@@ -222,7 +222,7 @@ namespace SabreTools.IO.Extensions
continue;
// Add the string if long enough
string str = sb.ToString();
string str = sb.ToString();
if (str.Length >= charLimit)
strings.Add(str);