Skip to content

Commit

Permalink
Update src/main/java/com/google/devtools/build/lib/worker/WorkerSpawn…
Browse files Browse the repository at this point in the history
…Runner.java

Co-authored-by: Fabian Meumertzheim <[email protected]>
  • Loading branch information
meteorcloudy and fmeum authored Oct 29, 2024
1 parent efadc42 commit 437ab08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package com.google.devtools.build.lib.worker;

import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.devtools.build.lib.util.StringUtil.reencodeInternalToExternal;
import static com.google.devtools.build.lib.util.StringUtil.decodeBytestringUtf8;
import static java.nio.charset.StandardCharsets.UTF_8;

import com.google.common.base.Stopwatch;
Expand Down

0 comments on commit 437ab08

Please sign in to comment.