Skip to content

Commit e53ac21

Browse files
committed
Minor style corrections
1 parent 2bf9d3d commit e53ac21

File tree

2 files changed

+111
-89
lines changed

2 files changed

+111
-89
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,16 @@
140140
<version>2.7</version>
141141
<configuration>
142142
<formats>
143-
<format>html</format>
144-
<format>xml</format>
145-
</formats>
143+
<format>html</format>
144+
<format>xml</format>
145+
</formats>
146146
<maxmem>256m</maxmem>
147147
<!-- aggregated reports for multi-module projects -->
148148
<!-- <aggregate>true</aggregate> -->
149149

150150
<instrumentation>
151-
<excludes>
152-
<exclude>info/debatty/java/stringsimilarity/examples/**/*.class</exclude>
151+
<excludes>
152+
<exclude>info/debatty/java/stringsimilarity/examples/**/*.class</exclude>
153153
</excludes>
154154
</instrumentation>
155155
</configuration>

0 commit comments

Comments
 (0)