Skip to content

Commit 51ce753

Browse files
author
jianyexi
committed
fix lint error
1 parent fcc9647 commit 51ce753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/validators/openApiDiff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const updateChangeProperties = (change: ChangeProperties, pf: ProcessedFile): Ch
8383
}
8484

8585
function escape(filePath: string) {
86-
return `"${filePath}"`;
86+
return `"${filePath}"`
8787
}
8888

8989
/**

0 commit comments

Comments
 (0)