Skip to content

Commit 1d730c7

Browse files
authored
Fix linting errors
1 parent 32b18fd commit 1d730c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/GameControllerKit/GameControllerKit.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public class GameControllerKit: ObservableObject {
101101
public func set(logger: Logger) {
102102
self.logger = logger
103103
}
104-
104+
105105
/// Set color of the controllers light
106106
///
107107
/// Use the light settings to signal the user or to create a more immersive experience.
@@ -114,7 +114,8 @@ public class GameControllerKit: ObservableObject {
114114

115115
/// Set the event handler
116116
///
117-
/// This function allows you to setup a custom event handler, which you need to receive inputs from the controller.
117+
/// This function allows you to setup a custom event handler,
118+
/// which you need to receive inputs from the controller.
118119
///
119120
/// - Parameter handler: event handler
120121
public func set(handler: @escaping GCKEventHandler) {

0 commit comments

Comments
 (0)