opencode-agent[bot] 1 месяц назад
Родитель
Сommit
9105f35966
1 измененных файлов с 1 добавлено и 5 удалено
  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()