Skip to content

Commit c59f505

Browse files
committed
addressing PR comments
1 parent 85c41de commit c59f505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language/src/zmodel-formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { type AstNode, type ConfigurationProvider, type LangiumDocument, type Ma
22
import { AbstractFormatter, Formatting, type LangiumServices } from 'langium/lsp';
33
import type { DocumentFormattingParams, FormattingOptions, TextEdit } from 'vscode-languageserver';
44
import * as ast from './ast';
5-
import { ZModelLanguageMetaData } from './module';
5+
import { ZModelLanguageMetaData } from './generated/module';
66

77
export class ZModelFormatter extends AbstractFormatter {
88
private formatOptions?: FormattingOptions;

0 commit comments

Comments
 (0)