Skip to content

Commit 557c975

Browse files
committed
refactor: . Trivia: reinstate lost white space
1 parent 83e7490 commit 557c975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Task/LinkResolver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export class LinkResolver {
2424
public resetGetFirstLinkpathDestFn() {
2525
this.getFirstLinkpathDestFn = defaultGetFirstLinkpathDestFn;
2626
}
27+
2728
public getDestinationPath(rawLink: Reference, pathContainingLink: string) {
2829
return this.getFirstLinkpathDestFn(rawLink, pathContainingLink) ?? undefined;
2930
}

0 commit comments

Comments
 (0)