mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
refactor: clang format line length
This commit is contained in:
@@ -23,8 +23,5 @@ namespace swift::misc::shared_state
|
||||
return m_value;
|
||||
}
|
||||
|
||||
void CGenericScalarJournal::handleEvent(const CVariant ¶m)
|
||||
{
|
||||
m_value = param;
|
||||
}
|
||||
void CGenericScalarJournal::handleEvent(const CVariant ¶m) { m_value = param; }
|
||||
} // namespace swift::misc::shared_state
|
||||
|
||||
Reference in New Issue
Block a user