Polish spaces -> tabs

pull/498/merge
Phillip Webb 11 years ago
parent 5cb8e4100c
commit 08b9592606

@ -31,12 +31,12 @@ repositories {
}
configurations {
providedRuntime
providedRuntime
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
testCompile("org.springframework.boot:spring-boot-starter-test")
}

Loading…
Cancel
Save