Skip to content

Commit 490e934

Browse files
committed
whitespaces
1 parent b175e3e commit 490e934

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

test/requests-hcql.http

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ GET {{cats}}/Books { ID, title, author } where author like '%Bro%'
1010
GET {{cats}}/Books
1111
Content-Type: text/plain
1212

13-
{ ID, title, author }
14-
where author like '%Bro%'
13+
{ ID, title, author }
14+
where author like '%Bro%'
1515

1616

1717
### Same with POST
1818
POST {{cats}}
1919
Content-Type: text/plain
2020

21-
SELECT from Books [where author like '%Bro%'] {
22-
ID, title, author
23-
}
21+
SELECT from Books [where author like '%Bro%'] {
22+
ID, title, author
23+
}
2424

2525

2626
### AdminService.read Authors
2727
POST {{admin}}
2828
Authorization: Basic alice:
2929
Content-Type: text/plain
3030

31-
SELECT from Authors {
32-
ID, name, books {
33-
ID, title,
34-
genre.name as genre
35-
}
36-
}
31+
SELECT from Authors {
32+
ID, name, books {
33+
ID, title,
34+
genre.name as genre
35+
}
36+
}
3737

3838

3939
### Same with body as CQN

0 commit comments

Comments
 (0)