Skip to content

Commit 56d06ad

Browse files
committed
make codacy happy
1 parent 70353e5 commit 56d06ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ private static byte[] renderConfig(Map<String, String> config) {
156156
StringBuilder str = new StringBuilder();
157157
for (Map.Entry<String, String> entry : config.entrySet()) {
158158
str.append(CONFIG_NAMESPACE)
159-
.append(".")
159+
.append('.')
160160
.append(entry.getKey())
161-
.append("=")
161+
.append('=')
162162
.append(entry.getValue())
163163
.append(System.lineSeparator());
164164
}

0 commit comments

Comments
 (0)