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 Nov 2, 2023
1 parent 6b87808 commit 7a15620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/safe-ds-cli/src/cli/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import fs from 'node:fs';
import path from 'node:path';
import { extractDocument } from './cli-util.js';


export const generate = async (fileName: string, opts: CliGenerateOptions): Promise<void> => {
const services = (await createSafeDsServicesWithBuiltins(NodeFileSystem)).SafeDs;
const document = await extractDocument(fileName, services);
Expand Down

0 comments on commit 7a15620

Please sign in to comment.