Skip to content

Commit c499a6d

Browse files
authored
Fix SingleRequest query indent
1 parent 1a90acf commit c499a6d

File tree

1 file changed

+2
-2
lines changed
  • src/Containers/Sections/SingleRequest

1 file changed

+2
-2
lines changed

src/Containers/Sections/SingleRequest/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ const SingleRequest = () => {
3131
<Prism
3232
code={`{
3333
hero {
34-
name
35-
friends {
3634
name
35+
friends {
36+
name
3737
}
3838
}
3939
}`}

0 commit comments

Comments
 (0)