chore: add trailing newlines for consistency

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Kacper
2025-12-11 01:26:10 +01:00
parent 6ee50853dc
commit 08de89344c
3 changed files with 3 additions and 0 deletions

View File

@@ -349,3 +349,4 @@ class CodexConfigManager {
}
module.exports = new CodexConfigManager();

View File

@@ -345,3 +345,4 @@ process.on('SIGINT', () => {
console.error('[McpServerStdio] Starting MCP server for automaker-tools');
console.error(`[McpServerStdio] Project path: ${projectPath}`);
console.error(`[McpServerStdio] IPC channel: ${ipcChannel}`);

View File

@@ -52,3 +52,4 @@ export function useWindowState(): WindowState {
return windowState;
}