Skip to content

Commit

Permalink
style: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Oct 12, 2023
1 parent 75699d4 commit 1e24104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/builtins/safe-ds-annotations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {isSdsAnnotation, SdsAnnotatedObject, SdsAnnotation, SdsAnnotationCall, SdsParameter} from '../generated/ast.js';
import { isSdsAnnotation, SdsAnnotatedObject, SdsAnnotation, SdsParameter } from '../generated/ast.js';
import { annotationCallsOrEmpty } from '../helpers/nodeProperties.js';
import { SafeDsModuleMembers } from './safe-ds-module-members.js';
import { resourceNameToUri } from '../../helpers/resources.js';
Expand Down

0 comments on commit 1e24104

Please sign in to comment.