Skip to content

Commit e0d23b8

Browse files
committed
fix(useFileUpload): correct closing brace alignment in return statement
1 parent 581e06e commit e0d23b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/hooks/useFileUpload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ export const useFileUpload = (eventId: string, uploadType: UploadType, onChange:
136136
isUploading,
137137
onFileChange
138138
};
139-
}
139+
};

0 commit comments

Comments
 (0)