We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3a1f4 commit 86a2618Copy full SHA for 86a2618
src/expression/definitions/interpolate.ts
@@ -180,7 +180,7 @@ class Interpolate implements Expression {
180
181
switch (this.operator) {
182
case 'interpolate':
183
- return interpolate[ this.type.kind ](outputLower, outputUpper, t);
+ return interpolate[this.type.kind](outputLower, outputUpper, t);
184
case 'interpolate-projection':
185
return interpolate.projection(outputLower, outputUpper, t);
186
case 'interpolate-hcl':
0 commit comments