Skip to content

Commit

Permalink
remove stray whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Femia committed Apr 21, 2020
1 parent 07b30c6 commit f422903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitInfo.macro.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const gitInfo = (() => {
.toString().trim().split(/\r?\n/).filter(Boolean);
} catch (e) {
throw Error(`Unable to parse the git information: ${e}`);
}
}
return ret;
})();

Expand Down

0 comments on commit f422903

Please sign in to comment.