Skip to content

Commit d4132d9

Browse files
committed
./gradlew spotlessApply
1 parent a64a493 commit d4132d9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • disk-buffering/src/main/java/io/opentelemetry/contrib/disk/buffering/internal/serialization/mapping/common

disk-buffering/src/main/java/io/opentelemetry/contrib/disk/buffering/internal/serialization/mapping/common/AttributesMapper.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ private static void addValue(AttributesBuilder builder, String key, AnyValue val
8484
builder.put(AttributeKey.doubleKey(key), value.double_value);
8585
} else if (value.array_value != null) {
8686
addArray(builder, key, value.array_value);
87-
}
88-
else {
87+
} else {
8988
// Until we have complex attribute types that could potentially yield
9089
// empty objects, we MUST assume here that the writer put an empty string
9190
// into the value of the attribute. This will need to change later, when complex

0 commit comments

Comments
 (0)