mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
refactor: clang format line length
This commit is contained in:
@@ -13,13 +13,10 @@ using namespace swift::misc::aviation;
|
||||
|
||||
namespace swift::core::fsd
|
||||
{
|
||||
VisualPilotDataToggle::VisualPilotDataToggle() : MessageBase()
|
||||
{}
|
||||
VisualPilotDataToggle::VisualPilotDataToggle() : MessageBase() {}
|
||||
|
||||
VisualPilotDataToggle::VisualPilotDataToggle(const QString &sender, const QString &client, bool active)
|
||||
: MessageBase(sender, {}),
|
||||
m_client(client),
|
||||
m_active(active)
|
||||
: MessageBase(sender, {}), m_client(client), m_active(active)
|
||||
{}
|
||||
|
||||
QStringList VisualPilotDataToggle::toTokens() const
|
||||
|
||||
Reference in New Issue
Block a user