mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 23:38:09 -05:00
refactor: use new line character instead of std::endl
This commit is contained in:
@ -638,7 +638,7 @@ class AssetDumperSndBank::Internal
|
||||
}
|
||||
|
||||
duckObj["values"] = values;
|
||||
*duckFile << duckObj.dump(4) << std::endl;
|
||||
*duckFile << duckObj.dump(4) << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user