Skip to content

Commit

Permalink
Whitespace fix in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Feb 29, 2024
1 parent b17830d commit 3ab4497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe.only('some suite', function() {
// await new Promise(r => setTimeout(r, 5000));

// start nsolid profile and run for up to 60000ms
nsolid.profile(60000);
nsolid.profile(60000);
});

after(() => {
Expand Down

0 comments on commit 3ab4497

Please sign in to comment.