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 1d730c7 commit 915bd24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/GameControllerKit/GameControllerKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ public class GameControllerKit: ObservableObject {

/// Set up controller
///
/// This function sets up the controller, it looks which type it is and then map the elements to the corresponding responders.
/// This function sets up the controller,
/// it looks which type it is and then map the elements to the corresponding responders.
///
/// - Parameter controller: Controller
func setupController(controller: GCController) {
Expand Down

0 comments on commit 915bd24

Please sign in to comment.