Skip to content

Commit ae03b3c

Browse files
committed
lint
1 parent 2ac7b89 commit ae03b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/octokit/client/pull_requests.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module Octokit
1818
# :nodoc:
1919
alias PullRequest = Octokit::Models::PullRequest
2020
# :nodoc:
21-
alias Commit = Octokit::Models::Commit
21+
alias Commit = Octokit::Models::Commit
2222

2323
# Valid filters for PullRequests
2424
FILTERS = ["all", "assigned", "created", "mentioned", "subscribed"]

0 commit comments

Comments
 (0)