mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refactor: clang format line length
This commit is contained in:
@@ -20,9 +20,7 @@ SWIFT_DECLARE_COLLECTION_MIXINS(swift::misc, CPlatform, CPlatformSet)
|
||||
namespace swift::misc
|
||||
{
|
||||
//! Value object for a set of platforms.
|
||||
class SWIFT_MISC_EXPORT CPlatformSet :
|
||||
public CCollection<CPlatform>,
|
||||
public mixin::MetaType<CPlatformSet>
|
||||
class SWIFT_MISC_EXPORT CPlatformSet : public CCollection<CPlatform>, public mixin::MetaType<CPlatformSet>
|
||||
{
|
||||
using CCollection::CCollection;
|
||||
SWIFT_MISC_DECLARE_USING_MIXIN_METATYPE(CPlatformSet)
|
||||
|
||||
Reference in New Issue
Block a user