Skip to content

Commit 20921b5

Browse files
author
Jack Robinson
committed
Airbnb style fix
1 parent 44dcf5a commit 20921b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ exports.checkout = function(branch) {
603603

604604
exports.repoCheck = function(callback) {
605605
exec('git rev-parse', function(error, stdout, stderr) {
606-
if(stderr.length === 0) {
606+
if (stderr.length === 0) {
607607
return callback();
608608
}
609609
console.log(whoops('[✖] Not in a valid git repository! Run "gg i" to initialise one.'));

0 commit comments

Comments
 (0)