catharsis icon indicating copy to clipboard operation
catharsis copied to clipboard

chore: `npm run format`

Open 81reap opened this issue 11 months ago • 0 comments

I found these files were not formatted when creating this other PR for negative numbers. Raising as a separate PR here to break up the changes.

$ git clone https://github.com/hegemonic/catharsis.git
$ git checkout -b format
$ npm install
$ npm run format
$ git add .
$ git commit -m "chore: `npm run format`"
$ gh pr

81reap avatar May 07 '25 03:05 81reap