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-logging.git
commit 3467620e4543ab8214afcd93afb7d31dff3477b6 Author: Gary Gregory <[email protected]> AuthorDate: Sat Feb 10 11:45:28 2024 -0500 Terminate file with a blank line --- src/test/resources/logback-test.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml index 10a8d3c..ca938fc 100644 --- a/src/test/resources/logback-test.xml +++ b/src/test/resources/logback-test.xml @@ -19,4 +19,4 @@ <root level="TRACE"> <appender-ref ref="LIST" /> </root> -</configuration> \ No newline at end of file +</configuration>
