Merge pull request #11947 from Michael Simons

* gh-11947:
  Polish
This commit is contained in:
Andy Wilkinson
2018-02-07 13:37:26 +00:00

View File

@@ -74,5 +74,5 @@ class InfluxPropertiesConfigAdapter extends
public boolean autoCreateDb() {
return get(InfluxProperties::getAutoCreateDb, InfluxConfig.super::autoCreateDb);
}
}