Skip to content

Commit 65a8c1b

Browse files
committed
#4020 whitespace
1 parent 93cabf7 commit 65a8c1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer/TaskList/v2/TaskListContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ export const TaskListContent = ({ project }: TaskListProps) => {
6565
}));
6666
};
6767

68-
const onDragStart: OnDragStartResponder = () => {
68+
const onDragStart: OnDragStartResponder = () => {
6969
setIsDragging(true);
70-
}
70+
};
7171

7272
const onDragEnd: OnDragEndResponder = async (result) => {
7373
setIsDragging(false);

0 commit comments

Comments
 (0)