Skip to content

Commit 085c8ea

Browse files
committed
cs
1 parent 81ae2a7 commit 085c8ea

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

examples/general.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,10 @@ const path = require("path");
247247
// of `branch1`.
248248
const revWalk = repo.createRevWalk();
249249

250-
revWalk.sorting(nodegit.Revwalk.SORT.TOPOLOGICAL,
251-
nodegit.Revwalk.SORT.REVERSE);
250+
revWalk.sorting(
251+
nodegit.Revwalk.SORT.TOPOLOGICAL,
252+
nodegit.Revwalk.SORT.REVERSE
253+
);
252254

253255
revWalk.push(oid);
254256

0 commit comments

Comments
 (0)