Skip to content

Commit 541152a

Browse files
committed
Merge branch 'main' into develop
2 parents 68f9e87 + c118791 commit 541152a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/drawables/Link.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public class Link
1010
public bool ntv_error { get; set; }
1111

1212

13+
1314
public Link(string source, string target, bool ntv_error = false)
1415
{
1516
this.source = source;

0 commit comments

Comments
 (0)