Skip to content

Commit 4c3084e

Browse files
author
jianyexi
committed
fix lint error
1 parent e23a708 commit 4c3084e

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
@@ -82,7 +82,7 @@ const updateChangeProperties = (change: ChangeProperties, pf: ProcessedFile): Ch
8282
}
8383
}
8484

85-
function escape(filePath:string) {
85+
function escape(filePath: string) {
8686
return filePath.replace(/(\s+)/g, "\\$1")
8787
}
8888

0 commit comments

Comments
 (0)