Skip to content

Commit

Permalink
fixed fawlty import via @DavyLandman
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Aug 31, 2024
1 parent f47cc0d commit d07cd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rascal-lsp/src/main/rascal/util/LanguageServer.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Language Server Protocol.
module util::LanguageServer

import util::Reflective;
import analysis::diff::TextEdits;
import analysis::diff::edits::TextEdits;
import IO;
import ParseTree;
import Message;
Expand Down

0 comments on commit d07cd46

Please sign in to comment.