Skip to content

Commit 4ff557e

Browse files
style: apply automated linter fixes
1 parent 59bb118 commit 4ff557e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/validation/safe-ds-validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import {
9090
} from './other/declarations/annotationCalls.js';
9191
import {
9292
memberAccessMustBeNullSafeIfReceiverIsNullable,
93-
memberAccessOfEnumVariantMustNotLackInstantiation
93+
memberAccessOfEnumVariantMustNotLackInstantiation,
9494
} from './other/expressions/memberAccesses.js';
9595
import { importPackageMustExist, importPackageShouldNotBeEmpty } from './other/imports.js';
9696
import { singleUseAnnotationsMustNotBeRepeated } from './builtins/repeatable.js';

0 commit comments

Comments
 (0)