style: apply prettier formatting to kicad-server.ts
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -25,7 +25,8 @@ class KiCADServer {
|
||||
|
||||
constructor() {
|
||||
// Set absolute path to the Python KiCAD interface script
|
||||
this.kicadScriptPath = process.env.KICAD_SCRIPT_PATH ||
|
||||
this.kicadScriptPath =
|
||||
process.env.KICAD_SCRIPT_PATH ||
|
||||
path.join(path.dirname(fileURLToPath(import.meta.url)), "../python/kicad_interface.py");
|
||||
|
||||
// Check if script exists
|
||||
|
||||
Reference in New Issue
Block a user