Skip to content

Commit 5f2f9e2

Browse files
committed
Fix formatting.
1 parent 274eb37 commit 5f2f9e2

File tree

1 file changed

+1
-2
lines changed
  • firebase-perf/src/main/java/com/google/firebase/perf/metrics

1 file changed

+1
-2
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/metrics/HttpMetric.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ private void checkAttribute(@Nullable String key, @Nullable String value) {
195195
"Exceeds max limit of number of attributes - %d",
196196
Constants.MAX_TRACE_CUSTOM_ATTRIBUTES));
197197
}
198-
String err =
199-
PerfMetricValidator.validateAttribute(new AbstractMap.SimpleEntry<>(key, value));
198+
String err = PerfMetricValidator.validateAttribute(new AbstractMap.SimpleEntry<>(key, value));
200199
if (err != null) {
201200
throw new IllegalArgumentException(err);
202201
}

0 commit comments

Comments
 (0)