Skip to content

Commit

Permalink
end line
Browse files Browse the repository at this point in the history
  • Loading branch information
roppazvan authored and SorsOps committed Jun 11, 2024
1 parent 9a51cfe commit 7b35267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graph-editor/src/components/DndList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ export const DndList: React.ComponentClass<ISortableContainer, any> = SortableCo
({ children, css }: { children: React.ReactNode; css: Stitches.CSS }) => {
return <Box css={css}>{children}</Box>
}
)
)

0 comments on commit 7b35267

Please sign in to comment.