1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-23 17:18:50 +02: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:
Joshua Spence 2015-08-08 10:18:59 +10:00
parent 968f4ae5d7
commit c304c4e045

View file

@ -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