diff --git a/topologies/proto/binding.proto b/topologies/proto/binding.proto index 014175f46a7..2391eb9ab51 100644 --- a/topologies/proto/binding.proto +++ b/topologies/proto/binding.proto @@ -164,6 +164,6 @@ message Port { // Link between two ports. // Links are only relevant if dynamic solving is enabled. message Link { - string a = 1; // First port in the format ":". - string b = 2; // Second port in the format ":". + string a = 1; // First port in the format ":". + string b = 2; // Second port in the format ":". }