Skip to content

Commit 14ce566

Browse files
committed
fix style issues
1 parent dd9757c commit 14ce566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/helper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ export const _loadDocString = (keyword: string) => {
8282
}
8383

8484
export const getIncludeParams = (paths: string[]) => {
85-
if (paths.length == 0) {
86-
return ""
85+
if (paths.length === 0) {
86+
return "";
8787
}
8888
return "-I " + paths.join(" ");
8989
};

0 commit comments

Comments
 (0)