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 f0b2048 commit 53f7792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/language/validation/experimentalLanguageFeatures.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {SdsIndexedAccess, SdsList, SdsMap} from '../generated/ast.js';
import { SdsIndexedAccess, SdsList, SdsMap } from '../generated/ast.js';
import { ValidationAcceptor } from 'langium';

export const CODE_EXPERIMENTAL_LANGUAGE_FEATURE = 'experimental/language-feature';
Expand Down
2 changes: 1 addition & 1 deletion src/language/validation/safe-ds-validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import {
import {
indexedAccessesShouldBeUsedWithCaution,
listsShouldBeUsedWithCaution,
mapsShouldBeUsedWithCaution
mapsShouldBeUsedWithCaution,
} from './experimentalLanguageFeatures.js';
import { requiredParameterMustNotBeExpert } from './builtins/expert.js';
import {
Expand Down

0 comments on commit 53f7792

Please sign in to comment.