From b7fc8836dcc512ec27309ebce0f030e8eb1d07f6 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:38:03 -0400 Subject: [PATCH] chore: formatting and validation --- domains/liaobots.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/domains/liaobots.json b/domains/liaobots.json index 6bc57f038..3b40a06ed 100644 --- a/domains/liaobots.json +++ b/domains/liaobots.json @@ -1,9 +1,11 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "A": ["76.76.21.21"] - } + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "A": [ + "76.76.21.21" + ] + } }