We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a002547 commit 97a7278Copy full SHA for 97a7278
.swiftlint.yml
@@ -4,6 +4,7 @@ disabled_rules:
4
- large_tuple
5
- line_length
6
- nesting
7
+ - operator_whitespace
8
- todo
9
- trailing_whitespace
10
- type_name
Sources/SwiftUIKit/Pickers/ColorPickerBar.swift
@@ -313,10 +313,10 @@ struct ColorPickerBar_Previews: PreviewProvider {
313
private var color3: Color = .purple
314
315
@State
316
- private var optionalColor: Color? = nil
+ private var optionalColor: Color?
317
318
319
- var optionalDouble: Double? = nil
+ var optionalDouble: Double?
320
321
var pickers: some View {
322
VStack(alignment: .leading) {
0 commit comments