From 90468c4d53d16514ac9018346415fea8827485bf Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 4 Jun 2019 08:53:06 -0700 Subject: [PATCH] Fix checkstyle violation in OAuth sample --- .../src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-oauth2-client/src/main/resources/application.yml b/spring-boot-samples/spring-boot-sample-oauth2-client/src/main/resources/application.yml index 220007d7e4b..864a7313e56 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-client/src/main/resources/application.yml +++ b/spring-boot-samples/spring-boot-sample-oauth2-client/src/main/resources/application.yml @@ -16,4 +16,4 @@ spring: client-name: Github email provider: github scope: user:email - redirect-uri-template: http://localhost:8080/login/oauth2/code/github \ No newline at end of file + redirect-uri-template: http://localhost:8080/login/oauth2/code/github