Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG authored Sep 2, 2024
1 parent 32b18fd commit 1d730c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Sources/GameControllerKit/GameControllerKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class GameControllerKit: ObservableObject {
public func set(logger: Logger) {
self.logger = logger
}

/// Set color of the controllers light
///
/// Use the light settings to signal the user or to create a more immersive experience.
Expand All @@ -114,7 +114,8 @@ public class GameControllerKit: ObservableObject {

/// Set the event handler
///
/// This function allows you to setup a custom event handler, which you need to receive inputs from the controller.
/// This function allows you to setup a custom event handler,
/// which you need to receive inputs from the controller.
///
/// - Parameter handler: event handler
public func set(handler: @escaping GCKEventHandler) {
Expand Down

0 comments on commit 1d730c7

Please sign in to comment.