aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobotHanzo <36107150+RobotHanzo@users.noreply.github.com>2020-11-07 12:59:44 +0800
committerGitHub <noreply@github.com>2020-11-07 12:59:44 +0800
commit5d01809a2d04a31e1dff2c6a63d50350eac424c3 (patch)
tree386ba1e1e6e1f93d428d7b7e801824dc6734ae6a
parent801c5870f7d9c5373114537767cf8c68ee1a21f0 (diff)
downloadNotEnoughUpdates-REPO-5d01809a2d04a31e1dff2c6a63d50350eac424c3.tar.gz
NotEnoughUpdates-REPO-5d01809a2d04a31e1dff2c6a63d50350eac424c3.tar.bz2
NotEnoughUpdates-REPO-5d01809a2d04a31e1dff2c6a63d50350eac424c3.zip
Fixed JSON standard violations
This removes the trailing comma and unstable use of tab-based indenations
-rw-r--r--constants/petnums.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/petnums.json b/constants/petnums.json
index b669d827..c8308659 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -3214,7 +3214,7 @@
"100": {
"otherNums": [
10.0,
- 10.0,
+ 10.0
],
"statNums": {
"CRIT_CHANCE": 10.0,
@@ -4119,4 +4119,4 @@
"interp": "1:70"
}
}
-} \ No newline at end of file
+}