Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 19, 2024
1 parent 27f6c87 commit 244f1df
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/repo/src/MyTest.java
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

import com.google.devtools.build.runfiles.AutoBazelRepository;
import com.google.devtools.build.runfiles.Runfiles;
import java.beans.Transient;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.nio.file.Path;

import java.nio.file.Paths;
import mypackage.MyLib;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

import com.google.devtools.build.runfiles.AutoBazelRepository;
import com.google.devtools.build.runfiles.Runfiles;

@RunWith(JUnit4.class)
@AutoBazelRepository
public class MyTest {
Expand All @@ -30,4 +28,3 @@ public void runfiles() throws IOException {
assertTrue(Files.exists(path));
}
}

0 comments on commit 244f1df

Please sign in to comment.