Skip to content

Commit 95570eb

Browse files
committed
add missing newline at end of file
1 parent b45e68f commit 95570eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pluginmanager/qgsapppluginmanagerinterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ void QgsAppPluginManagerInterface::addToRepositoryList( QMap<QString, QString> r
9696
void QgsAppPluginManagerInterface::pushMessage( const QString &text, QgsMessageBar::MessageLevel level, int duration )
9797
{
9898
mPluginManager->pushMessage( text, level, duration );
99-
}
99+
}

0 commit comments

Comments
 (0)