Skip to content

Commit 82dc2f9

Browse files
committed
refactor: - Remove unnecessary return statement near end of function
1 parent 0417f7e commit 82dc2f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Obsidian/FileParser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ export class FileParser {
151151
}
152152
} catch (e) {
153153
this.errorReporter(e, this.filePath, listItem, line);
154-
return sectionIndex;
155154
}
156155
return sectionIndex;
157156
}

0 commit comments

Comments
 (0)