Explorar el Código

style: fix fixture indentation from the master merge

imccyu hace 1 mes
padre
commit
a40e0978da
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/client/connection/src/client/fixture.ts

+ 2 - 2
packages/client/connection/src/client/fixture.ts

@@ -1009,8 +1009,8 @@ export function createFixtureApi(options: FixtureOptions = {}): ApiProxy {
           plan: args.trim() === 'off'
             ? (running ? 'Leaving plan mode (applies from the next step).' : 'Plan mode off.')
             : (running
-                ? 'Entering plan mode (applies from the next step). Use /plan off to leave.'
-                : 'Plan mode on. Use /plan off to leave.'),
+              ? 'Entering plan mode (applies from the next step). Use /plan off to leave.'
+              : 'Plan mode on. Use /plan off to leave.'),
         }
         const text = name === undefined ? undefined : outcomes[name]
         if (name === undefined || text === undefined) return ok(request, { matched: false as const })