Skip to content

Commit d3b7ecf

Browse files
Address feedback
1 parent 73e5490 commit d3b7ecf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/text-buffer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,8 @@ class TextBuffer {
616616
}
617617
if (
618618
this.shouldResubscribeIfPathMatches &&
619-
this.file.getPath() === this.shouldResubscribeIfPathMatches) {
620-
} {
619+
this.file.getPath() === this.shouldResubscribeIfPathMatches
620+
) {
621621
this.subscribeToFile();
622622
this.shouldResubscribeIfPathMatches = undefined;
623623
}

0 commit comments

Comments
 (0)