Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan2u committed Sep 14, 2024
1 parent 7ff8eec commit cc2789f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion src/init-dependencies/init-dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ export const initDependencies = (
)
);
} else {
logger.warn("Background processing is disabled - training results won't be gathered");
logger.warn(
"Background processing is disabled - training results won't be gathered"
);
}

return deps;
Expand Down

0 comments on commit cc2789f

Please sign in to comment.