Skip to content

Commit 90c2bbd

Browse files
committed
Add missing space.
1 parent 7607a44 commit 90c2bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invoker/core/src/test/java/com/google/cloud/functions/invoker/GcfEventsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public void firestoreComplexData() throws IOException {
143143
CloudEvent cloudEvent = GcfEvents.convertToCloudEvent(legacyEvent);
144144
Map<String, Object> data = cloudEventDataJson(cloudEvent);
145145
Map<?, ?> value = (Map<?, ?>) data.get("value");
146-
Map<?, ?> fields = (Map<?, ?>)value.get("fields");
146+
Map<?, ?> fields = (Map<?, ?>) value.get("fields");
147147
Map<String, Object> expectedFields = Map.of(
148148
"arrayValue", Map.of("arrayValue",
149149
Map.of("values",

0 commit comments

Comments
 (0)