Browse Source

fix formatters

Aiden Cline 3 months ago
parent
commit
b3c6d0b08a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/opencode/src/format/index.ts

+ 0 - 1
packages/opencode/src/format/index.ts

@@ -91,7 +91,6 @@ export namespace Format {
 
   export function init() {
     log.info("init")
-    return
     Bus.subscribe(File.Event.Edited, async (payload) => {
       const file = payload.properties.file
       log.info("formatting", { file })