We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ae2a7 commit 085c8eaCopy full SHA for 085c8ea
1 file changed
examples/general.js
@@ -247,8 +247,10 @@ const path = require("path");
247
// of `branch1`.
248
const revWalk = repo.createRevWalk();
249
250
- revWalk.sorting(nodegit.Revwalk.SORT.TOPOLOGICAL,
251
- nodegit.Revwalk.SORT.REVERSE);
+ revWalk.sorting(
+ nodegit.Revwalk.SORT.TOPOLOGICAL,
252
+ nodegit.Revwalk.SORT.REVERSE
253
+ );
254
255
revWalk.push(oid);
256
0 commit comments