Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGaox committed Jan 6, 2025
1 parent 0cc761d commit f9876e1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public static String computeVirtualFaultZoneTypeKey(String oldFaultZoneType) {
}

// Otherwise, remove any existing suffix parts beyond the first splitter, if needed
String[] segments = oldFaultZoneType.split(VirtualTopologyGroupConstants.GROUP_NAME_SPLITTER);
String baseName = segments[0];
String[] segments = oldFaultZoneType.split(VirtualTopologyGroupConstants.GROUP_NAME_SPLITTER);
String baseName = segments[0];

return baseName + suffix;
return baseName + suffix;
}
}

0 comments on commit f9876e1

Please sign in to comment.