Skip to content

Commit

Permalink
Remove unnecessary space in error message.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 188341095
  • Loading branch information
aj-michael authored and Copybara-Service committed Mar 8, 2018
1 parent 5e00b80 commit d72e9e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public RepositoryDirectoryValue.Builder fetch(
new EvalException(
rule.getLocation(),
"Either the path attribute of android_sdk_repository or the ANDROID_HOME environment "
+ " variable must be set."),
+ "variable must be set."),
Transience.PERSISTENT);
}

Expand Down

0 comments on commit d72e9e8

Please sign in to comment.