Skip to content

Commit

Permalink
Add missing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed Sep 15, 2020
1 parent 7607a44 commit 90c2bbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void firestoreComplexData() throws IOException {
CloudEvent cloudEvent = GcfEvents.convertToCloudEvent(legacyEvent);
Map<String, Object> data = cloudEventDataJson(cloudEvent);
Map<?, ?> value = (Map<?, ?>) data.get("value");
Map<?, ?> fields = (Map<?, ?>)value.get("fields");
Map<?, ?> fields = (Map<?, ?>) value.get("fields");
Map<String, Object> expectedFields = Map.of(
"arrayValue", Map.of("arrayValue",
Map.of("values",
Expand Down

0 comments on commit 90c2bbd

Please sign in to comment.