Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 28, 2024
1 parent 04176ef commit 822b69d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import {
TooltipContent,
TooltipTrigger
} from '@/components/ui/tooltip'
import { ChatContext } from '@/components/chat/chat'
import { CodeReferences } from '@/components/chat/code-references'
import { CopyButton } from '@/components/copy-button'
import {
Expand All @@ -65,7 +66,6 @@ import {
} from '@/components/message-markdown'

import { ConversationMessage, SearchContext, SOURCE_CARD_STYLE } from './search'
import { ChatContext } from '@/components/chat/chat'

export function AssistantMessageSection({
message,
Expand Down Expand Up @@ -95,7 +95,7 @@ export function AssistantMessageSection({
onUpdateMessage
} = useContext(SearchContext)

const {serverCapabilities}= useContext(ChatContext)
const { serverCapabilities } = useContext(ChatContext)

const [isEditing, setIsEditing] = useState(false)
const [showMoreSource, setShowMoreSource] = useState(false)
Expand Down

0 comments on commit 822b69d

Please sign in to comment.