qa: Remove lots of superfluous semicolons
[quassel.git] / src / common / logger.cpp
index aabba5e..c767fc6 100644 (file)
@@ -38,7 +38,7 @@ namespace {
 QByteArray msgWithTime(const Logger::LogEntry &msg)
 {
     return (msg.timeStamp.toString("yyyy-MM-dd hh:mm:ss ") + msg.message + "\n").toUtf8();
-};
+}
 
 }