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 f2b9df5d13bbf0e41d7d50422aab18fb78c3fcfe Author: Gary Gregory <[email protected]> AuthorDate: Sat Feb 10 11:44:05 2024 -0500 Terminate file with a blank line --- src/test/resources/log4j2-test.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/log4j2-test.xml b/src/test/resources/log4j2-test.xml index 8a0a7f0..5578682 100644 --- a/src/test/resources/log4j2-test.xml +++ b/src/test/resources/log4j2-test.xml @@ -23,4 +23,4 @@ <AppenderRef ref="LIST"/> </Root> </Loggers> -</Configuration> \ No newline at end of file +</Configuration>
