formatting

This commit is contained in:
Ben Hillis 2025-12-13 20:18:22 -08:00
parent 079f791957
commit 4842ad6e77
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ NewLine:
// Config key without key name
FAIL_FAST_IF(sectionKeySeparatorPos == (keyName.length() - 1));
//Remove any trailing newlines before inserting the new key-value
// Remove any trailing newlines before inserting the new key-value
while (!configFileOutput.empty() && configFileOutput.back() == L'\n')
{
configFileOutput.pop_back();