Skip to content

Commit 8f4f968

Browse files
committed
Trivial formatting fixes
1 parent 60aec51 commit 8f4f968

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>com.eatthepath</groupId>
@@ -14,8 +15,8 @@
1415
<connection>scm:git:https://github.com/jchambers/java-otp.git</connection>
1516
<developerConnection>scm:git:git@github.com:jchambers/java-otp.git</developerConnection>
1617
<url>https://github.com/jchambers/java-otp</url>
17-
<tag>HEAD</tag>
18-
</scm>
18+
<tag>HEAD</tag>
19+
</scm>
1920

2021
<developers>
2122
<developer>
@@ -41,7 +42,7 @@
4142
<properties>
4243
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4344
</properties>
44-
45+
4546
<dependencies>
4647
<dependency>
4748
<groupId>org.junit.jupiter</groupId>
@@ -71,7 +72,7 @@
7172
<scope>test</scope>
7273
</dependency>
7374
</dependencies>
74-
75+
7576
<build>
7677
<plugins>
7778
<!-- Add benchmarks as a source directory -->

0 commit comments

Comments
 (0)