Skip to content

Commit a873bd9

Browse files
[autofix.ci] apply automated fixes
1 parent 03e3c6a commit a873bd9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/figma-inspector/backend/utils/experimental-export.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,10 @@ function isVariableAlias(value: VariableValue): value is VariableAliasSU {
401401
);
402402
}
403403

404-
function formatValueForSlint(variable: VariableSU, value: VariableValue): string {
404+
function formatValueForSlint(
405+
variable: VariableSU,
406+
value: VariableValue,
407+
): string {
405408
const slintType = getSlintTypeInfo(variable);
406409
switch (slintType) {
407410
case "string":

0 commit comments

Comments
 (0)