Skip to content

Commit ce2c76c

Browse files
committed
isit good
1 parent 17f2f74 commit ce2c76c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.thealgorithms</groupId>
77
<artifactId>Java</artifactId>
@@ -123,9 +123,9 @@
123123
</configuration>
124124
<dependencies>
125125
<dependency>
126-
<groupId>com.puppycrawl.tools</groupId>
127-
<artifactId>checkstyle</artifactId>
128-
<version>10.18.2</version>
126+
<groupId>com.puppycrawl.tools</groupId>
127+
<artifactId>checkstyle</artifactId>
128+
<version>10.18.2</version>
129129
</dependency>
130130
</dependencies>
131131
</plugin>

0 commit comments

Comments
 (0)