Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoodward committed May 20, 2024
1 parent fa4396b commit facb2d5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
*/
package org.duracloud.mill.ltp.dup;

import static org.easymock.EasyMock.expect;
import static org.easymock.EasyMock.expectLastCall;
import static org.easymock.EasyMock.isA;

import java.io.File;
import java.nio.file.Path;
import java.text.ParseException;
Expand Down Expand Up @@ -54,7 +58,6 @@
import org.junit.Test;
import org.junit.runner.RunWith;

import static org.easymock.EasyMock.*;

/**
* @author Daniel Bernstein
Expand Down

0 comments on commit facb2d5

Please sign in to comment.