style: remove whitespace

This commit is contained in:
Ritesh Ghosh
2025-05-12 01:09:20 +05:30
parent 61c2580858
commit 26070841f5
+1 -1
View File
@@ -1,3 +1,3 @@
# ./scripts/format-package-json.sh
#!/bin/bash
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json
jq --indent 4 . package.json > tmp.json && mv tmp.json package.json