diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-03-07 08:46:22 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 22:46:22 +0100 |
commit | 6da1f6daeea8383de0f363fcb007cc9df15afd45 (patch) | |
tree | 693a104b1dfaec685d9219bb96e4e2ab5d9fcf0e /src/main/resources | |
parent | de0f0e888a4c0767c8e8ca911113482a3b1f9d5c (diff) | |
download | skyhanni-6da1f6daeea8383de0f363fcb007cc9df15afd45.tar.gz skyhanni-6da1f6daeea8383de0f363fcb007cc9df15afd45.tar.bz2 skyhanni-6da1f6daeea8383de0f363fcb007cc9df15afd45.zip |
Backend: Reformat code in all files in src directory (#1109)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyhanni/sounds.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/main/resources/assets/skyhanni/sounds.json b/src/main/resources/assets/skyhanni/sounds.json index 7c017cb0d..4a7c79770 100644 --- a/src/main/resources/assets/skyhanni/sounds.json +++ b/src/main/resources/assets/skyhanni/sounds.json @@ -1,11 +1,11 @@ { - "centurytimer.active": { - "category": "neutral", - "sounds": [ - { - "name": "itstimetopunchwheat", - "stream": false - } - ] - } -}
\ No newline at end of file + "centurytimer.active": { + "category": "neutral", + "sounds": [ + { + "name": "itstimetopunchwheat", + "stream": false + } + ] + } +} |