Explorar el Código

chore: generate

opencode-agent[bot] hace 1 mes
padre
commit
9105f35966
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      packages/app/src/pages/session/file-tabs.tsx

+ 1 - 5
packages/app/src/pages/session/file-tabs.tsx

@@ -530,11 +530,7 @@ function SessionFileViewV1(props: { tab: string }) {
   return content()
 }
 
-function SessionFileViewV2(props: {
-  tab: string
-  diff?: ReturnType<typeof normalize>
-  expandUnchanged?: boolean
-}) {
+function SessionFileViewV2(props: { tab: string; diff?: ReturnType<typeof normalize>; expandUnchanged?: boolean }) {
   const file = useFile()
   const comments = useComments()
   const language = useLanguage()