1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-22 13:43:11 +02:00

Style fix

This commit is contained in:
Uwe L. Korn
2014-09-28 14:19:54 +01:00
parent 435770c557
commit 67ba31b466

View File

@@ -242,7 +242,9 @@ Result::toString() const
.arg( m_track->track() )
.arg( m_track->album().isEmpty() ? QString() : QString( " on %1" ).arg( m_track->album() ) )
.arg( m_url );
} else {
}
else
{
return QString( "Result(%1, score: %2) (%3)" )
.arg( id() )
.arg( m_score )