Skip to content

Commit ea3410f

Browse files
authored
fix: format (#707)
1 parent a685ffc commit ea3410f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const getAsset = (type: ToastTypes): JSX.Element | null => {
2323

2424
const bars = Array(12).fill(0);
2525

26-
export const Loader = ({ visible, className }: { visible: boolean, className?: string }) => {
26+
export const Loader = ({ visible, className }: { visible: boolean; className?: string }) => {
2727
return (
2828
<div className={['sonner-loading-wrapper', className].filter(Boolean).join(' ')} data-visible={visible}>
2929
<div className="sonner-spinner">

0 commit comments

Comments
 (0)