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 9d89f89 commit d6fa103
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/test/java/jenkins/model/PeepholePermalinkTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@

package jenkins.model;

import hudson.model.PermalinkProjectAction;
import java.io.File;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;

import hudson.model.PermalinkProjectAction;
import java.io.File;
import org.junit.Test;

public final class PeepholePermalinkTest {
Expand Down

0 comments on commit d6fa103

Please sign in to comment.