Merge pull request #332 from ams2990/develop

Add missing break to switch
This commit is contained in:
Jeremy W. Murphy 2023-03-29 10:20:17 +11:00 committed by GitHub
commit aa0a4d3c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -882,6 +882,7 @@ namespace read_graphviz_detail
"port location");
}
}
break;
default:
break;
}