From 9e1c7615dd36b755e6dad805e814fd10ec9f1396 Mon Sep 17 00:00:00 2001 From: Phil Bracikowski Date: Wed, 28 Aug 2024 14:08:14 -0700 Subject: [PATCH] chore: whitespace to trigger ci --- src/annotations/components/annotationForm/AnnotationForm.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/annotations/components/annotationForm/AnnotationForm.tsx b/src/annotations/components/annotationForm/AnnotationForm.tsx index 1f89368eb1..1a1ae7bb79 100644 --- a/src/annotations/components/annotationForm/AnnotationForm.tsx +++ b/src/annotations/components/annotationForm/AnnotationForm.tsx @@ -59,7 +59,8 @@ export const START_TIME_IN_FUTURE_MESSAGE = 'Start Time cannot be in the future' /** * Form for editing and creating annotations. - * It does support multi-line annotations, but the tradeoff is that the user cannot then press 'return' to submit the form. + * It does support multi-line annotations, but the tradeoff is that the user + * cannot then press 'return' to submit the form. * */ export const AnnotationForm: FC = (props: Props) => { const [startTime, setStartTime] = useState(props.startTime)