Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 14, 2025
1 parent ed5190d commit c02b18d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runner/client/src/mill/runner/client/MillClientMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import java.util.Collections;
import mill.client.*;
import mill.client.lock.Locks;
import mill.constants.Util;
import mill.constants.OutFiles;
import mill.constants.Util;

/**
* This is a Java implementation to speed up repetitive starts.
Expand Down
4 changes: 2 additions & 2 deletions runner/server/client/src/mill/client/ServerLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
import java.util.Map;
import mill.client.lock.Locks;
import mill.client.lock.TryLocked;
import mill.constants.InputPumper;
import mill.constants.ProxyStream;
import mill.constants.ServerFiles;
import mill.constants.Util;
import mill.constants.ProxyStream;
import mill.constants.InputPumper;

/**
* Client side code that interacts with `Server.scala` in order to launch a generic
Expand Down
2 changes: 1 addition & 1 deletion runner/server/client/test/src/mill/client/ClientTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import java.io.ByteArrayOutputStream;
import java.io.OutputStream;
import java.util.*;
import org.junit.Test;
import mill.constants.ProxyStream;
import org.junit.Test;

public class ClientTests {

Expand Down

0 comments on commit c02b18d

Please sign in to comment.