Skip to content

Commit

Permalink
Source formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
henvic committed Jan 8, 2015
1 parent cb9a532 commit 24c0850
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

'use strict';

var base = require('./base'),
logger = require('./logger'),
var logger = require('./logger'),
spawn = require('child_process').spawn;

exports.checkout = function(branch, opt_newBranch, opt_callback) {
Expand Down

0 comments on commit 24c0850

Please sign in to comment.