This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit b0c40886b400644219486e4c0a7628efb343d22c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 1 14:14:25 2024 -0400

    Sort imports
---
 src/test/java/org/apache/commons/jexl3/ArrayLiteralTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/org/apache/commons/jexl3/ArrayLiteralTest.java 
b/src/test/java/org/apache/commons/jexl3/ArrayLiteralTest.java
index 68a4a8d8..f1053e4c 100644
--- a/src/test/java/org/apache/commons/jexl3/ArrayLiteralTest.java
+++ b/src/test/java/org/apache/commons/jexl3/ArrayLiteralTest.java
@@ -21,6 +21,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertFalse;
 import static org.junit.jupiter.api.Assertions.assertThrows;
 import static org.junit.jupiter.api.Assertions.assertTrue;
+
 import java.util.Arrays;
 import java.util.List;
 

Reply via email to