From 6da1f6daeea8383de0f363fcb007cc9df15afd45 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:46:22 +1100 Subject: Backend: Reformat code in all files in src directory (#1109) --- src/main/resources/assets/skyhanni/sounds.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/main/resources') 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 + } + ] + } +} -- cgit