Skip to content

Commit 83f65a3

Browse files
committed
Merge pull request #11947 from Michael Simons
* gh-11947: Polish
2 parents deb94e7 + 97a97f3 commit 83f65a3

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/influx/InfluxPropertiesConfigAdapter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ public boolean compressed() {
7474
public boolean autoCreateDb() {
7575
return get(InfluxProperties::getAutoCreateDb, InfluxConfig.super::autoCreateDb);
7676
}
77-
77+
7878
}

0 commit comments

Comments
 (0)