mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
refactor: clang format line length
This commit is contained in:
@@ -20,9 +20,7 @@ namespace swift::misc
|
||||
/*!
|
||||
* Value object encapsulating a list of object identifiers
|
||||
*/
|
||||
class SWIFT_MISC_EXPORT CIdentifierList :
|
||||
public CSequence<CIdentifier>,
|
||||
public mixin::MetaType<CIdentifierList>
|
||||
class SWIFT_MISC_EXPORT CIdentifierList : public CSequence<CIdentifier>, public mixin::MetaType<CIdentifierList>
|
||||
{
|
||||
public:
|
||||
SWIFT_MISC_DECLARE_USING_MIXIN_METATYPE(CIdentifierList)
|
||||
|
||||
Reference in New Issue
Block a user