Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-peng committed Jan 17, 2024
1 parent 579e63c commit 5c9b6bf
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -805,7 +805,8 @@ public static LogEntry fromPb(com.google.logging.v2.LogEntry entryPb) {
return builder.build();
}

public static Function<LogEntry, com.google.logging.v2.LogEntry> toPbFunction(final String projectId) {
public static Function<LogEntry, com.google.logging.v2.LogEntry> toPbFunction(
final String projectId) {
return (LogEntry entry) -> {
return entry.toPb(projectId);
};
Expand Down

0 comments on commit 5c9b6bf

Please sign in to comment.