whitespace warnings

This commit is contained in:
Peter Cottle 2013-12-08 10:37:10 -08:00
parent 7ac852dae5
commit 598f8263b3
3 changed files with 3 additions and 3 deletions

View file

@ -140,7 +140,7 @@ var commandConfig = {
if (options['-r']) {
// we specified a revision with -r but
// need to flip the order
var generalArgs = command.getGeneralArgs();
generalArgs = command.getGeneralArgs();
branchName = generalArgs[0];
rev = options['-r'][0];
delegate.name = 'branch';