chore: update code style

old-agentic-v1^2
Philipp Burckhardt 2023-06-04 11:45:20 -04:00
rodzic 0a4b9ad39b
commit 5282ee3b88
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A2C3BCA4F31D1DDD
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3,8 +3,8 @@ import editor from '@inquirer/editor'
import select from '@inquirer/select'
import { ZodTypeAny, z } from 'zod'
import * as types from './../types'
import { BaseTaskCallBuilder } from './../task'
import * as types from '../types'
import { BaseTaskCallBuilder } from '../task'
/**
* Actions the user can take in the feedback selection prompt.