Skip to content

Commit f63dc80

Browse files
committed
style: biome format
1 parent f07193f commit f63dc80

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# query.graphql
22

33
query GetCustomer($info: CustomerInfo!) {
4-
customer(info: $info) {
5-
...CustomerDetails
6-
}
4+
customer(info: $info) {
5+
...CustomerDetails
6+
}
77
}
88

99
fragment CustomerDetails on Customer {
10-
firstName
11-
email
12-
addresses {
13-
...AddressDetails
14-
}
10+
firstName
11+
email
12+
addresses {
13+
...AddressDetails
14+
}
1515
}
1616

1717
fragment AddressDetails on Address {
18-
id
19-
city
18+
id
19+
city
2020
}

packages/bruno/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
deps: {
1515
fallbackCJS: true,
1616
},
17-
}
17+
},
1818
},
1919
resolve: {
2020
alias: {

0 commit comments

Comments
 (0)