Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Dec 1, 2023
1 parent 99178de commit 5235768
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
package jenkins.model;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.containsInAnyOrder;

import hudson.model.PermalinkProjectAction;
import hudson.model.Run;
import java.util.stream.Collectors;
import static org.hamcrest.Matchers.containsInAnyOrder;
import org.junit.Test;

public final class PeepholePermalinkTest {
Expand Down

0 comments on commit 5235768

Please sign in to comment.