Skip to content

Commit 713975c

Browse files
ci: apply automated fixes
1 parent e1ee92c commit 713975c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/directive-functions-plugin/tests/compiler.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ function makeFunctionIdUrlSafe(location: string): string {
1111
.replace(/_--/g, '--') // Clean up the joiner
1212
}
1313

14-
const generateFunctionId: CompileDirectivesOpts['generateFunctionId'] = (opts) => {
14+
const generateFunctionId: CompileDirectivesOpts['generateFunctionId'] = (
15+
opts,
16+
) => {
1517
return makeFunctionIdUrlSafe(`${opts.filename}--${opts.functionName}`)
1618
}
1719

0 commit comments

Comments
 (0)