diff --git a/libraries/fbx/src/FSTReader.cpp b/libraries/fbx/src/FSTReader.cpp index d7f0ff4e70..32be82b392 100644 --- a/libraries/fbx/src/FSTReader.cpp +++ b/libraries/fbx/src/FSTReader.cpp @@ -189,4 +189,4 @@ QVariantHash FSTReader::downloadMapping(const QString& url) { QByteArray fstContents = reply->readAll(); delete reply; return FSTReader::readMapping(fstContents); -} \ No newline at end of file +}