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

Commit 5c9b6bf

Browse files
author
cindy-peng
committed
fix formatting
1 parent 579e63c commit 5c9b6bf

File tree

1 file changed

+2
-1
lines changed
  • google-cloud-logging/src/main/java/com/google/cloud/logging

1 file changed

+2
-1
lines changed

google-cloud-logging/src/main/java/com/google/cloud/logging/LogEntry.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,8 @@ public static LogEntry fromPb(com.google.logging.v2.LogEntry entryPb) {
805805
return builder.build();
806806
}
807807

808-
public static Function<LogEntry, com.google.logging.v2.LogEntry> toPbFunction(final String projectId) {
808+
public static Function<LogEntry, com.google.logging.v2.LogEntry> toPbFunction(
809+
final String projectId) {
809810
return (LogEntry entry) -> {
810811
return entry.toPb(projectId);
811812
};

0 commit comments

Comments
 (0)