Skip to content

Commit af9a9ce

Browse files
committed
fix: test
1 parent 4d2f442 commit af9a9ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

xds/src/main/java/io/grpc/xds/internal/MatcherParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public static Matchers.StringMatcher parseStringMatcher(
122122
throw new IllegalArgumentException(
123123
"Unknown StringMatcher match pattern: " + proto.getMatchPatternCase());
124124
}
125+
}
125126
/** Translates envoy proto FractionalPercent to internal FractionMatcher. */
126127
public static Matchers.FractionMatcher parseFractionMatcher(
127128
io.envoyproxy.envoy.type.v3.FractionalPercent proto) {

0 commit comments

Comments
 (0)