Skip to content

Commit

Permalink
Minor coding style fix according to linter's rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-fan committed Nov 2, 2023
1 parent 80f9578 commit 2ac6be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat-item/prompt-input/code-snippet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class CodeSnippet {

this.render = DomBuilder.getInstance().build({
type: 'div',
classNames: ['outer-container'],
classNames: [ 'outer-container' ],
persistent: true,
});
}
Expand Down

0 comments on commit 2ac6be1

Please sign in to comment.