Skip to content

Commit

Permalink
fix linting (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Aug 30, 2024
1 parent 5b888e5 commit fd8afa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export const load = (args: {
Option.flatMapNullable((config) => config.outDir),
Option.getOrElse(() => args.outDir)
)

return Configuration.of({
...args,
srcDir,
Expand Down

0 comments on commit fd8afa1

Please sign in to comment.