Skip to content

Commit 2f96656

Browse files
author
dbego
committed
* Apply code Formatter
1 parent f148137 commit 2f96656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/NamePatternFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
abstract class NamePatternFilter<T> {
3838

39-
private static final String[] REGEX_PARTS = { "*", "$", "^", "+", "["};
39+
private static final String[] REGEX_PARTS = { "*", "$", "^", "+", "[" };
4040

4141
private final T source;
4242

0 commit comments

Comments
 (0)