Skip to content

Commit

Permalink
swiftlint fixies
Browse files Browse the repository at this point in the history
  • Loading branch information
UriyDevyataev committed Mar 21, 2024
1 parent 59995ec commit 2b897e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Sources/Models/Shortcut.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ public struct FastisShortcut<Value: FastisValue>: Hashable {

/// Display name of shortcut
public var name: String

/**
Tap handler
- Parameters:
- calendar: using Calendar
- Return Value: ``FastisValue``
*/
Tap handler
- Parameters:
- calendar: using Calendar
- Return Value: ``FastisValue``
*/
public var action: (Calendar) -> Value

/// Create a shortcut
Expand Down
2 changes: 1 addition & 1 deletion Sources/Views/FastisView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public struct FastisView<Value: FastisValue>: UIViewControllerRepresentable {
public func makeUIViewController(context: Context) -> UINavigationController {
UINavigationController(rootViewController: self.controller)
}

public func updateUIViewController(
_ uiViewController: UINavigationController,
context: UIViewControllerRepresentableContext<FastisView>
Expand Down

0 comments on commit 2b897e3

Please sign in to comment.