reformat.

pull/2966/head
Kim Kulling 2020-09-22 17:29:46 +02:00
parent c4039d5cf0
commit 6e91605268
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ TEST_F( utIssues, OpacityBugWhenExporting_727 ) {
Assimp::Exporter exporter;
std::string path = "dae";
const aiExportFormatDesc *desc( exporter.GetExportFormatDescription( 0 ) );
const aiExportFormatDesc *desc = exporter.GetExportFormatDescription( 0 );
EXPECT_NE( desc, nullptr );
path.append(".");
path.append( desc->fileExtension );