Skip to content

Commit

Permalink
add missing newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 10, 2015
1 parent b45e68f commit 95570eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pluginmanager/qgsapppluginmanagerinterface.cpp
Expand Up @@ -96,4 +96,4 @@ void QgsAppPluginManagerInterface::addToRepositoryList( QMap<QString, QString> r
void QgsAppPluginManagerInterface::pushMessage( const QString &text, QgsMessageBar::MessageLevel level, int duration )
{
mPluginManager->pushMessage( text, level, duration );
}
}

0 comments on commit 95570eb

Please sign in to comment.