Hi Swift team, Is there a perfect style for ":" when declaring a Type? I have seen 2 styles in Swift source code. extension Deck : Equatable extension Deck: Equatable Is there any guideline for it or both are acceptable? Best Regards, Kostiantyn