brew style --fix

This commit is contained in:
Nanda H Krishna 2023-02-06 13:50:39 -05:00
parent 86afac3840
commit 75045e91f8
No known key found for this signature in database
GPG Key ID: 067E5FCD58ADF3AA
2 changed files with 1 additions and 2 deletions

View File

@ -830,8 +830,8 @@ class GitDownloadStrategy < VCSDownloadStrategy
end
# @see VCSDownloadStrategy#last_commit
sig { returns(String) }
# @api public
sig { returns(String) }
def last_commit
out, = silent_command("git", args: ["--git-dir", git_dir, "rev-parse", "--short=7", "HEAD"])
out.chomp

View File

@ -484,7 +484,6 @@ module ObserverPathnameExtension
end
sig { returns([Integer, Integer]) }
def counts
[n, d]
end