Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rodinaarssen committed Dec 16, 2024
1 parent d202427 commit c2da74f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,6 @@ public boolean isManagingFile(ISourceLocation file) {

@Override
public TextDocumentState getDocumentState(ISourceLocation file) {
return files.get(file.top());
return files.get(file.top());
}
}

0 comments on commit c2da74f

Please sign in to comment.