From aa214871f8a3867e0eea3a0875e8001ae267c5c2 Mon Sep 17 00:00:00 2001 From: Lennart Hengstmengel Date: Tue, 8 Aug 2023 08:51:37 +0200 Subject: [PATCH] spacing fix --- content/en/entities/Reaction.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/content/en/entities/Reaction.md b/content/en/entities/Reaction.md index 8c4f2570..e45f970b 100644 --- a/content/en/entities/Reaction.md +++ b/content/en/entities/Reaction.md @@ -20,18 +20,18 @@ aliases: [ ```json [ - { - "name": "bongoCat", - "count": 9, - "me": false, - "url": "https://files.mastodon.social/custom_emojis/images/000/067/715/original/fdba57dff7576d53.png", - "static_url": "https://files.mastodon.social/custom_emojis/images/000/067/715/static/fdba57dff7576d53.png" - }, - { - "name": "🤔", - "count": 1, - "me": true - } + { + "name": "bongoCat", + "count": 9, + "me": false, + "url": "https://files.mastodon.social/custom_emojis/images/000/067/715/original/fdba57dff7576d53.png", + "static_url": "https://files.mastodon.social/custom_emojis/images/000/067/715/static/fdba57dff7576d53.png" + }, + { + "name": "🤔", + "count": 1, + "me": true + } ] ```