mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Missing space in lint message
Test Plan: arc lint Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1711
This commit is contained in:
parent
1722e2999b
commit
ee8c8cf4e7
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ EOTEXT
|
|||
break;
|
||||
case ArcanistLintWorkflow::RESULT_WARNINGS:
|
||||
$continue = phutil_console_confirm(
|
||||
"Lint issued unresolved warnings.".
|
||||
"Lint issued unresolved warnings. ".
|
||||
"Provide explanation and continue?");
|
||||
if (!$continue) {
|
||||
throw new ArcanistUserAbortException();
|
||||
|
|
Loading…
Reference in a new issue