Skip to content

Commit ae7b7ef

Browse files
committed
swiftlint fix
1 parent 03ee108 commit ae7b7ef

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Sources/ComponentsKit/Components/Badge/Models/BadgeVM.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public struct BadgeVM: ComponentVM {
2323
///
2424
/// Defaults to `.medium`.
2525
public var cornerRadius: ComponentRadius = .medium
26-
26+
2727
/// Vertical padding for the badge.
2828
///
2929
/// Defaults to `8`.
@@ -33,7 +33,7 @@ public struct BadgeVM: ComponentVM {
3333
///
3434
/// Defaults to `10`.
3535
public var horizontalPadding: CGFloat = 10
36-
36+
3737
/// Initializes a new instance of `BadgeVM` with default values.
3838
public init() {}
3939
}

Sources/ComponentsKit/Components/Badge/SUBadge.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import SwiftUI
22

3-
// MARK: - SUBadge
4-
53
/// A SwiftUI component that displays a badge.
64
public struct SUBadge: View {
75
// MARK: Properties

0 commit comments

Comments
 (0)