mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6e6fb1f9a8
commit
6802246276
@@ -27,7 +27,6 @@ using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
|
||||
CWeatherManager::CWeatherManager(QObject *parent) : QObject(parent)
|
||||
{
|
||||
m_pluginManagerWeatherData.collectPlugins();
|
||||
@@ -132,5 +131,4 @@ namespace BlackCore
|
||||
// In case there are pending requests, start over again
|
||||
if (m_pendingRequests.size() > 0) { fetchNextWeatherData(); }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user