Skip to content

Commit dedf403

Browse files
committed
minor spacing tweak
1 parent 195c439 commit dedf403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>use</h2>
7676
}
7777

7878
// Iterate over the revision history.
79-
branch.history().on("commit", function( index, commit ) {
79+
branch.history().on("commit", function(index, commit) {
8080
// Print out `git log` emulation.
8181
console.log("commit " + commit.sha);
8282
console.log("\n");

0 commit comments

Comments
 (0)