Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Jul 1, 2024
1 parent 0f52bc4 commit a5bc1ca
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 @@ -62,10 +62,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(): Promise<void>;
Expand Down

0 comments on commit a5bc1ca

Please sign in to comment.