@@ -121,19 +121,19 @@ describe('Printer: Query document', () => {
121121 {
122122 trip(
123123 obj: {
124- wheelchair: false,
125- smallObj: { a: 1 },
124+ wheelchair: false
125+ smallObj: { a: 1 }
126126 largeObj: {
127- wheelchair: false,
128- smallObj: { a: 1 },
129- arriveBy: false,
130- includePlannedCancellations: true,
131- transitDistanceReluctance: 2000,
127+ wheelchair: false
128+ smallObj: { a: 1 }
129+ arriveBy: false
130+ includePlannedCancellations: true
131+ transitDistanceReluctance: 2000
132132 anotherLongFieldName: "Lots and lots and lots and lots of text"
133- },
134- arriveBy: false,
135- includePlannedCancellations: true,
136- transitDistanceReluctance: 2000,
133+ }
134+ arriveBy: false
135+ includePlannedCancellations: true
136+ transitDistanceReluctance: 2000
137137 anotherLongFieldName: "Lots and lots and lots and lots of text"
138138 }
139139 ) {
@@ -154,10 +154,10 @@ describe('Printer: Query document', () => {
154154 {
155155 trip(
156156 list: [
157- ["small array", "small", "small"],
157+ ["small array", "small", "small"]
158158 [
159- "Lots and lots and lots and lots of text",
160- "Lots and lots and lots and lots of text",
159+ "Lots and lots and lots and lots of text"
160+ "Lots and lots and lots and lots of text"
161161 "Lots and lots and lots and lots of text"
162162 ]
163163 ]
0 commit comments