Update .swiftformat and project formatting
This commit is contained in:
parent
1ee9700b10
commit
c5743c6437
|
@ -1,9 +1,8 @@
|
|||
--indent 2
|
||||
--indentcase false
|
||||
--trimwhitespace always
|
||||
--ranges nospace
|
||||
--empty tuple
|
||||
--nospaceoperators
|
||||
--nospaceoperators ..<,...
|
||||
--ifdef noindent
|
||||
--stripunusedargs closure-only
|
||||
--disable andOperator
|
||||
|
|
|
@ -6,8 +6,8 @@ import Dispatch
|
|||
import Runtime
|
||||
|
||||
final class MountedCompositeView<R: Renderer>: MountedView<R>, Hashable {
|
||||
static func ==(lhs: MountedCompositeView<R>,
|
||||
rhs: MountedCompositeView<R>) -> Bool {
|
||||
static func == (lhs: MountedCompositeView<R>,
|
||||
rhs: MountedCompositeView<R>) -> Bool {
|
||||
lhs === rhs
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue