remove double empty line

This commit is contained in:
Shauren
2024-07-05 15:08:03 +02:00
parent f895d04b7d
commit c3dd80a96e

View File

@@ -97,7 +97,6 @@ namespace VMAP
return false;
}
// write map tree file
std::string mapfilename = Trinity::StringFormat("{}/{:04}.vmtree", iDestDir, data.MapId);
auto mapfile = Trinity::make_unique_ptr_with_deleter(fopen(mapfilename.c_str(), "wb"), &::fclose);