Commit 2f6aca22 authored by Phillip Webb's avatar Phillip Webb

Fix checkstyle violation

Fix public constructor accidentally added in commit 72862b56.

See gh-10387
parent bc322ff5
......@@ -219,7 +219,7 @@ public class FlywayAutoConfiguration {
private final DataSource dataSource;
public LocationResolver(DataSource dataSource) {
LocationResolver(DataSource dataSource) {
this.dataSource = dataSource;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment