Cosmetics.

This commit is contained in:
Bartosz Taudul 2019-11-16 16:37:08 +01:00
parent d9f71643ac
commit 41f9dc0aa1

View File

@ -817,7 +817,6 @@ Worker::Worker( FileRead& f, EventType::Type eventMask, bool bgTasks )
m_data.messages[i] = msgdata; m_data.messages[i] = msgdata;
msgMap.emplace( ptr, msgdata ); msgMap.emplace( ptr, msgdata );
} }
} }
else if( fileVer >= FileVersion( 0, 5, 2 ) ) else if( fileVer >= FileVersion( 0, 5, 2 ) )
{ {