Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 8827f58

Browse files
chore: generate libraries at Tue Jan 13 04:12:51 UTC 2026
1 parent ba35a76 commit 8827f58

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

google-cloud-logging/src/test/java/com/google/cloud/logging/InstrumentationTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ void testInvalidInstrumentationRemoved() {
102102
Instrumentation.getLibraryVersion(Instrumentation.class)))));
103103
}
104104

105-
static JsonPayload generateInstrumentationPayload(
106-
String libraryName, String libraryVersion) {
105+
static JsonPayload generateInstrumentationPayload(String libraryName, String libraryVersion) {
107106
Map<String, Object> jsonData = new HashMap<>();
108107
Map<String, Object> instrumentationData = new HashMap<>();
109108
Map<String, Object> info = new HashMap<>();

0 commit comments

Comments
 (0)