Skip to content

Commit

Permalink
run fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Apr 15, 2024
1 parent 51896f3 commit 8fa0509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/parser/src/language/sankey/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import { createSankeyParser } from './parser.js';
/**
* Declaration of `Sankey` services.
*/
export type SankeyAddedServices = {
export interface SankeyAddedServices {
parser: {
LangiumParser: LangiumParser;
TokenBuilder: SankeyTokenBuilder;
ValueConverter: SankeyValueConverter;
};
};
}

/**
* Union of Langium default services and `Sankey` services.
Expand Down

0 comments on commit 8fa0509

Please sign in to comment.