Skip to content

Commit

Permalink
perf: remove graphiteWidth option testing BREAKING CHANGE: The graphi…
Browse files Browse the repository at this point in the history
…teWidth option has been removed.
  • Loading branch information
shiv-source committed Oct 27, 2023
1 parent c888e4a commit bdef851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/math.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export function multiply(x: number, y: number): number {
console.log(x);
console.log(y);
console.log("kjhjhkl")
console.log("kjhjhkl")
console.log("kjhjhkl")
return x * y;
}
// perf(pencil): remove graphiteWidth option
Expand Down

0 comments on commit bdef851

Please sign in to comment.