Skip to content

Commit 931bc54

Browse files
committed
Fix indentation
1 parent ad1b57c commit 931bc54

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
- lang: Ruby
2-
# label:
3-
source: |
4-
response = client.exists(
5-
index: 'my-index-000001',
6-
id: 0
7-
)
8-
puts response
1+
lang: Ruby
2+
# label:
3+
source: |
4+
response = client.exists(
5+
index: 'my-index-000001',
6+
id: 0
7+
)
8+
puts response

0 commit comments

Comments
 (0)