Skip to content

Commit 027bece

Browse files
committed
refactor: remove unnecessary whitespace in getFlowValidation.ts for cleaner code
1 parent ac527c4 commit 027bece

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/validation/getFlowValidation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export const getFlowValidation = (
1111
dataTypes?: DataType[]
1212
): ValidationResult => {
1313

14-
1514
if (!flow?.startingNodeId) {
1615
return {
1716
isValid: false,

0 commit comments

Comments
 (0)