Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackGlory committed Nov 19, 2023
1 parent b28d673 commit f6b5999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface IStorage {

export type IMenuStore = Array<{
context: MenuContext
, items: IMenuItem[]
items: IMenuItem[]
}>

export interface IMenuItem {
Expand Down Expand Up @@ -138,5 +138,5 @@ export interface IOffscreenAPI {
cleanHTML(html: string, config: IHTMLCleanHTMLConfig): string
convertHTMLToMarkdown(html: string, config: IMarkdownConfig): string
cleanAllHTMLAttributes(html: string): string
, formatURLsInHTML(html: string, baseURL: string, config: IURLConfig): string
formatURLsInHTML(html: string, baseURL: string, config: IURLConfig): string
}

0 comments on commit f6b5999

Please sign in to comment.