From 7c7d91fe7b9d752553bf8b464faa5f32f137b411 Mon Sep 17 00:00:00 2001 From: "chris.anatalio" Date: Sun, 2 Oct 2016 18:47:31 -0700 Subject: [PATCH] Use provided auto-formater --- .../java/com/baeldung/spring/data/es/config/DynamoDBConfig.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot-data-dynamodb/src/main/java/com/baeldung/spring/data/es/config/DynamoDBConfig.java b/spring-boot-data-dynamodb/src/main/java/com/baeldung/spring/data/es/config/DynamoDBConfig.java index 984262a949..5ced393fd4 100644 --- a/spring-boot-data-dynamodb/src/main/java/com/baeldung/spring/data/es/config/DynamoDBConfig.java +++ b/spring-boot-data-dynamodb/src/main/java/com/baeldung/spring/data/es/config/DynamoDBConfig.java @@ -1,7 +1,5 @@ package com.baeldung.spring.data.es.config; - - import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan;