Skip to content

Commit c37ac5b

Browse files
authored
style: add space between mock json attributes and value
1 parent a532b05 commit c37ac5b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

slack-api-model/src/test/java/test_locally/api/model/block/BlockKitTest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -630,17 +630,17 @@ public void parseRichTextOnes5() {
630630
" \"team\": \"T111\",\n" +
631631
" \"blocks\": [\n" +
632632
" {\n" +
633-
" \"type\":\"rich_text\",\n" +
634-
" \"block_id\":\"sfvOa\",\n" +
635-
" \"elements\":[\n" +
633+
" \"type\": \"rich_text\",\n" +
634+
" \"block_id\": \"sfvOa\",\n" +
635+
" \"elements\": [\n" +
636636
" {\n" +
637-
" \"type\":\"rich_text_section\",\n" +
638-
" \"elements\":[\n" +
637+
" \"type\": \"rich_text_section\",\n" +
638+
" \"elements\": [\n" +
639639
" {\n" +
640-
" \"type\":\"text\",\n" +
641-
" \"text\":\"this is underline\",\n" +
642-
" \"style\":{\n" +
643-
" \"underline\":true\n" +
640+
" \"type\": \"text\",\n" +
641+
" \"text\": \"this is underline\",\n" +
642+
" \"style\": {\n" +
643+
" \"underline\" :true\n" +
644644
" }\n" +
645645
" }\n" +
646646
" ]\n" +

0 commit comments

Comments
 (0)