mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
whitespace warnings
This commit is contained in:
parent
7ac852dae5
commit
598f8263b3
3 changed files with 3 additions and 3 deletions
|
@ -140,7 +140,7 @@ var commandConfig = {
|
||||||
if (options['-r']) {
|
if (options['-r']) {
|
||||||
// we specified a revision with -r but
|
// we specified a revision with -r but
|
||||||
// need to flip the order
|
// need to flip the order
|
||||||
var generalArgs = command.getGeneralArgs();
|
generalArgs = command.getGeneralArgs();
|
||||||
branchName = generalArgs[0];
|
branchName = generalArgs[0];
|
||||||
rev = options['-r'][0];
|
rev = options['-r'][0];
|
||||||
delegate.name = 'branch';
|
delegate.name = 'branch';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue