You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by gg...@apache.org on 2023/06/24 03:48:48 UTC

[juneau] 12/29: Fix whitespace

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/juneau.git

commit 60972b9bf55eaa78aa342a39c2f7f4c341d26dc1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 23:04:13 2023 -0400

    Fix whitespace
---
 .../src/test/java/org/apache/juneau/html/HtmlConfigAnnotation_Test.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/juneau-utest/src/test/java/org/apache/juneau/html/HtmlConfigAnnotation_Test.java b/juneau-utest/src/test/java/org/apache/juneau/html/HtmlConfigAnnotation_Test.java
index b042e5c5f..b20aa64ea 100644
--- a/juneau-utest/src/test/java/org/apache/juneau/html/HtmlConfigAnnotation_Test.java
+++ b/juneau-utest/src/test/java/org/apache/juneau/html/HtmlConfigAnnotation_Test.java
@@ -35,7 +35,7 @@ public class HtmlConfigAnnotation_Test {
 	}
 
 	private static final Function<Object,String> TO_STRING = t -> Objects.toString(t, null);
-    
+
 
 	static VarResolverSession sr = VarResolver.create().vars(XVar.class).build().createSession();