Skip to content

Commit

Permalink
Fix swiftlint disabling syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Iikeli committed Dec 11, 2023
1 parent 187bf86 commit 7638b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bean Juice/Utilities/Extensions/ColorExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extension Color {
extension Color {
typealias SystemColor = UIColor

// swiftlint:disable:next: large_tuple
// swiftlint:disable:next large_tuple
public var colorComponents: (red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat)? {
var red: CGFloat = 0
var green: CGFloat = 0
Expand Down

0 comments on commit 7638b6a

Please # to comment.