mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refactor: clang format line length
This commit is contained in:
@@ -9,8 +9,7 @@ namespace swift::misc
|
||||
{
|
||||
CPropertyIndexList::CPropertyIndexList() {}
|
||||
|
||||
CPropertyIndexList::CPropertyIndexList(const CSequence<CPropertyIndex> &other) : CSequence<CPropertyIndex>(other)
|
||||
{}
|
||||
CPropertyIndexList::CPropertyIndexList(const CSequence<CPropertyIndex> &other) : CSequence<CPropertyIndex>(other) {}
|
||||
|
||||
CPropertyIndexList CPropertyIndexList::copyFrontRemoved() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user