Skip to content

Commit

Permalink
Merge pull request #636 from novalis/bogus-newline
Browse files Browse the repository at this point in the history
fix formatting
  • Loading branch information
novalis committed Jul 24, 2018
2 parents 655b029 + 1b740d1 commit 7b23af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/lib/cmd/checkout.js
Expand Up @@ -158,7 +158,7 @@ exports.executeableSubcommand = co.wrap(function *(args) {

if (null === op.commit && null === op.newBranch) {
throw new UserError(`pathspec '${committish}' did not match any
file(s) known to git.`);
file(s) known to git.`);
}

// If we're going to check out files, just do that
Expand Down

0 comments on commit 7b23af9

Please sign in to comment.