Skip to content

Commit

Permalink
change line character
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaLysiuk committed Nov 22, 2023
1 parent 776846b commit dffbbd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Draw = ({
relationType.type === Options.name &&
relationType.name === "refInterface"
) {
return "2 2";
return "2 5";
}
if (relationType.type === Options.required) {
return undefined;
Expand Down

0 comments on commit dffbbd6

Please sign in to comment.