Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Dec 19, 2024
1 parent 05d3d76 commit 2c23caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XcodeProj/Scheme/XCScheme+LaunchAction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public extension XCScheme {
runnable as? PathRunnable
}
set {
self.runnable = newValue
runnable = newValue
}
}

Expand Down

0 comments on commit 2c23caa

Please sign in to comment.