aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions
diff options
context:
space:
mode:
authorTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-05-11 11:03:24 -0600
committerTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-05-11 11:03:24 -0600
commit35389d9e41d4a5ddf66fdf64210a334a56281f41 (patch)
treeda6d947662db44f52a190116ce1d36e3a13d8334 /src/lib/extensions
parentccd25403da46b68bae2126bd7d56512107bd4459 (diff)
downloadtanzanite-35389d9e41d4a5ddf66fdf64210a334a56281f41.tar.gz
tanzanite-35389d9e41d4a5ddf66fdf64210a334a56281f41.tar.bz2
tanzanite-35389d9e41d4a5ddf66fdf64210a334a56281f41.zip
formatting moment
Diffstat (limited to 'src/lib/extensions')
-rw-r--r--src/lib/extensions/Util.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/extensions/Util.ts b/src/lib/extensions/Util.ts
index f4e1315..4243ebf 100644
--- a/src/lib/extensions/Util.ts
+++ b/src/lib/extensions/Util.ts
@@ -16,10 +16,10 @@ export interface uuidRes {
uuid: string;
username: string;
username_history?:
- | {
- username: string;
- }[]
- | null;
+ | {
+ username: string;
+ }[]
+ | null;
textures: {
custom: boolean;
slim: boolean;