فهرست منبع

chore: generate

opencode-agent[bot] 1 ماه پیش
والد
کامیت
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()