Skip to content

Commit

Permalink
apply [email protected] require changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Apr 24, 2024
1 parent d90ada5 commit c993cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

import type {
AstNode,
CodeActionProvider,
DiagnosticData,
LangiumDocument,
MaybePromise,
} from 'langium';
import type { CodeActionProvider } from 'langium/lsp';
import type {
CodeActionParams,
Command,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
******************************************************************************/

import type { AstNode } from 'langium';
import { AbstractFormatter, Formatting } from 'langium';
import { AbstractFormatter, Formatting } from 'langium/lsp';
import * as ast from './generated/ast.js';

export class StatemachineFormatter extends AbstractFormatter {
Expand Down

0 comments on commit c993cbe

Please sign in to comment.