From 759e5cb5f57c88c0d1206358f2ed5e34a1588cf8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Mar 2021 09:40:37 +0000 Subject: [PATCH] Polish indentation --- spring-boot-project/spring-boot/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot/build.gradle b/spring-boot-project/spring-boot/build.gradle index 5046144dd2a..8421509c081 100644 --- a/spring-boot-project/spring-boot/build.gradle +++ b/spring-boot-project/spring-boot/build.gradle @@ -72,7 +72,7 @@ dependencies { optional("org.springframework:spring-messaging") optional("org.springframework:spring-orm") optional("org.springframework:spring-oxm") - optional("org.springframework:spring-r2dbc") + optional("org.springframework:spring-r2dbc") optional("org.springframework:spring-test") optional("org.springframework:spring-web") optional("org.springframework:spring-webflux") @@ -91,7 +91,7 @@ dependencies { testImplementation("com.squareup.okhttp3:okhttp") testImplementation("com.sun.xml.messaging.saaj:saaj-impl") testImplementation("io.projectreactor:reactor-test") - testImplementation("io.r2dbc:r2dbc-h2") + testImplementation("io.r2dbc:r2dbc-h2") testImplementation("javax.xml.ws:jaxws-api") testImplementation("mysql:mysql-connector-java") testImplementation("net.sourceforge.jtds:jtds")