Add newline at the end of kitemmodelbase.cpp

As recommended by krazy.

GIT_SILENT
This commit is contained in:
Elvis Angelaccio 2018-02-03 19:42:50 +01:00
parent 0dd0b65bf0
commit e7e35a528a

View file

@ -177,4 +177,4 @@ bool KItemModelBase::isDir(int index) const
QUrl KItemModelBase::directory() const
{
return QUrl();
}
}