Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jan 12, 2024
1 parent 67200ad commit e604000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/suggester/html/suggester.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Props = {
label?: ReactNode;
description?: ReactNode;
errors?: LunaticError[];
allowArbitraryOption: boolean
allowArbitraryOption: boolean;
};

function Suggester({
Expand Down

0 comments on commit e604000

Please sign in to comment.