Skip to content

Commit

Permalink
formatbot: Automatically format code
Browse files Browse the repository at this point in the history
  • Loading branch information
tscircuitbot committed Aug 12, 2024
1 parent 4b9236a commit 561f440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/lib/builder/trace-hint-builder/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import type { BuildContext } from "lib/types"
import type { BuilderInterface } from "../builder-interface"
import type { ProjectBuilder } from "../project-builder"


export interface TraceHintBuilder extends BuilderInterface {
setProps(new_props: Partial<TraceHintPropsInput>): this
build(parent_elements: AnySoupElement[], bc: BuildContext): AnySoupElement[]
Expand Down

0 comments on commit 561f440

Please sign in to comment.