Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Jun 16, 2024
1 parent 4733dd1 commit 7eb8d8e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hyperglass/ui/hooks/use-form-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ interface FormStateType<Opt extends SingleOption = SingleOption> {
setSelection<
Opt extends SingleOption,
K extends keyof FormSelections<Opt> = keyof FormSelections<Opt>,
>(
field: K,
value: FormSelections[K],
): void;
>(field: K, value: FormSelections[K]): void;
setTarget(update: Partial<Target>): void;
getDirective(): Directive | null;
reset(): void;
Expand Down

0 comments on commit 7eb8d8e

Please sign in to comment.