Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Oct 21, 2023
1 parent 4ef879b commit de6bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/safe-ds-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { SafeDsSemanticTokenProvider } from './lsp/safe-ds-semantic-token-provid
import { SafeDsTypeChecker } from './typing/safe-ds-type-checker.js';
import { SafeDsCoreTypes } from './typing/safe-ds-core-types.js';
import { SafeDsNodeKindProvider } from './lsp/safe-ds-node-kind-provider.js';
import {SafeDsDocumentSymbolProvider} from "./lsp/safe-ds-document-symbol-provider.js";
import { SafeDsDocumentSymbolProvider } from './lsp/safe-ds-document-symbol-provider.js';

/**
* Declaration of custom services - add your own service classes here.
Expand Down

0 comments on commit de6bcf1

Please sign in to comment.