1
0
Fork 0
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:
vrana 2012-02-27 18:06:36 -08:00
parent 1722e2999b
commit ee8c8cf4e7

View file

@ -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();