Skip to content

Commit c573633

Browse files
added missing newlines
1 parent 253b3b6 commit c573633

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/structures/Node.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ public function __toString(): string
7070
'properties' => $this->properties
7171
]);
7272
}
73-
}
73+
}

src/structures/Relationship.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ public function __toString(): string
100100
'properties' => $this->properties
101101
]);
102102
}
103-
}
103+
}

src/structures/UnboundRelationship.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ public function __toString(): string
7070
'properties' => $this->properties
7171
]);
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)