Skip to content

Commit

Permalink
fixed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
klakhov committed Mar 11, 2024
1 parent 1a4a04c commit de1783e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cvat-ui/plugins/sam/src/ts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ interface SAMPlugin {
}

interface ClickType {
clickType: 0 | 1,
x: number,
y: number,
clickType: 0 | 1;
x: number;
y: number;
}

function getModelScale(w: number, h: number): number {
Expand Down

0 comments on commit de1783e

Please sign in to comment.