Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Sep 5, 2024
1 parent 2430491 commit 515d829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_node/os_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Deno.test({
assertThrows(
() => {
try {
os.setPriority(child.pid, os.constants.priority.PRIORITY_HIGH)
os.setPriority(child.pid, os.constants.priority.PRIORITY_HIGH);
} catch (err) {
console.error(err);
throw err;
Expand Down

0 comments on commit 515d829

Please sign in to comment.