mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Apply syntax_tree formatting to script/*
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
USERS = '{
|
||||
USERS =
|
||||
'{
|
||||
"users": [
|
||||
{
|
||||
"contact_info": {
|
||||
@ -1082,7 +1083,8 @@ USERS = '{
|
||||
]
|
||||
}'
|
||||
|
||||
MESSAGES = '{
|
||||
MESSAGES =
|
||||
'{
|
||||
"messages": [
|
||||
{
|
||||
"id": 426,
|
||||
@ -5429,7 +5431,8 @@ MESSAGES = '{
|
||||
"messages_next_page": 2
|
||||
}'
|
||||
|
||||
MESSAGES_PG_2 = '{
|
||||
MESSAGES_PG_2 =
|
||||
'{
|
||||
"messages": [
|
||||
{
|
||||
"id": 386,
|
||||
|
Reference in New Issue
Block a user