Skip to content

Commit 9d2240a

Browse files
committed
add spotless
Signed-off-by: Kirill Mokevnin <[email protected]>
1 parent 0dfc64a commit 9d2240a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ plugins {
77
id("org.springframework.boot") version "3.4.2"
88
id("io.spring.dependency-management") version "1.1.7"
99
id("com.github.ben-manes.versions") version "0.52.0"
10+
id("com.diffplug.spotless") version "7.0.2"
1011
}
1112

1213
group = "io.hexlet.blog"

src/main/java/io/hexlet/blog/mapper/UserMapper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package io.hexlet.blog.mapper;
22

3-
import org.mapstruct.InheritConfiguration;
4-
import org.mapstruct.InheritInverseConfiguration;
53
import org.mapstruct.Mapper;
64
import org.mapstruct.MappingConstants;
75
import org.mapstruct.MappingTarget;

0 commit comments

Comments
 (0)