Skip to content

Commit 3c41ebb

Browse files
committed
spotless update
1 parent f334d01 commit 3c41ebb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

key.core/src/main/java/de/uka/ilkd/key/smt/SMTRuleApp.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
import de.uka.ilkd.key.rule.BuiltInRule;
1414
import de.uka.ilkd.key.rule.RuleApp;
1515

16-
import org.jspecify.annotations.NonNull;
1716
import org.key_project.logic.Name;
1817
import org.key_project.util.collection.ImmutableList;
1918

19+
import org.jspecify.annotations.NonNull;
20+
2021
/**
2122
* The rule application that is used when a goal is closed by means of an SMT solver. So far it
2223
* stores the rule that that has been used and a title containing some information for the user.

0 commit comments

Comments
 (0)