Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Jan 10, 2021
1 parent e44af34 commit b6c63ee
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import java.util.Set;

import clojure.lang.Namespace;
import org.ajoberstar.jovial.util.SimpleClojure;
import org.junit.platform.engine.TestSource;
import org.junit.platform.engine.TestTag;
import org.junit.platform.engine.UniqueId;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/ajoberstar/jovial/ClojureTestEngine.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.ajoberstar.jovial;

import org.ajoberstar.jovial.BaseClojureEngine;
import org.ajoberstar.jovial.util.SimpleClojure;
import org.junit.platform.engine.ConfigurationParameters;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import clojure.lang.Namespace;
import clojure.lang.Var;
import org.ajoberstar.jovial.util.SimpleClojure;
import org.junit.platform.engine.TestSource;
import org.junit.platform.engine.TestTag;
import org.junit.platform.engine.UniqueId;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.ajoberstar.jovial;

import static org.junit.Assert.*;
import static org.junit.platform.engine.discovery.DiscoverySelectors.selectFile;
import static org.junit.platform.engine.discovery.DiscoverySelectors.selectClass;
import static org.junit.platform.engine.discovery.DiscoverySelectors.selectClasspathResource;
import static org.junit.platform.engine.discovery.DiscoverySelectors.selectClasspathRoots;
Expand Down

0 comments on commit b6c63ee

Please sign in to comment.