mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +01:00
Minor linter fix
Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D13807
This commit is contained in:
parent
968f4ae5d7
commit
c304c4e045
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ EOTEXT
|
||||||
$commit_hash = $commit['identifier'];
|
$commit_hash = $commit['identifier'];
|
||||||
// Convert commit hash from SVN to Git/HG (for FB case)
|
// Convert commit hash from SVN to Git/HG (for FB case)
|
||||||
if ($is_git_svn || $is_hg_svn) {
|
if ($is_git_svn || $is_hg_svn) {
|
||||||
$commit_hash = $repository_api->
|
$commit_hash = $repository_api
|
||||||
getHashFromFromSVNRevisionNumber($commit_hash);
|
->getHashFromFromSVNRevisionNumber($commit_hash);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Assume input is a commit hash
|
// Assume input is a commit hash
|
||||||
|
|
Loading…
Reference in a new issue