Skip to content

Commit

Permalink
chore: whitespace to trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
philjb committed Aug 28, 2024
1 parent 5f5d22d commit 9e1c761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/annotations/components/annotationForm/AnnotationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: Props) => {
const [startTime, setStartTime] = useState(props.startTime)
Expand Down

0 comments on commit 9e1c761

Please sign in to comment.