mirror of
https://github.com/SabreTools/SabreTools.IO.git
synced 2026-09-23 07:05:38 +00:00
Fix code formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user