Skip to content

Commit 915bd24

Browse files
authored
Fix linting errors
1 parent 1d730c7 commit 915bd24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/GameControllerKit/GameControllerKit.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ public class GameControllerKit: ObservableObject {
232232

233233
/// Set up controller
234234
///
235-
/// This function sets up the controller, it looks which type it is and then map the elements to the corresponding responders.
235+
/// This function sets up the controller,
236+
/// it looks which type it is and then map the elements to the corresponding responders.
236237
///
237238
/// - Parameter controller: Controller
238239
func setupController(controller: GCController) {

0 commit comments

Comments
 (0)