Skip to content

Commit d166a07

Browse files
committed
Add missing newline to the end of files
1 parent ed70cee commit d166a07

File tree

18 files changed

+14
-18
lines changed

18 files changed

+14
-18
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
invoker.buildResult=failure
1+
invoker.buildResult=failure

jacoco-maven-plugin.test/it/it-multiple-executions/verify.bsh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
3636
if ( buildLog.indexOf( argLine ) < 0 ) {
3737
throw new RuntimeException( "Original argLine was overwritten" );
3838
}
39-

org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-subst-test.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ key0=no$replace}
22
key1=${user.home}/coverage/jacoco-${java.version}.exec
33
key2=$${user.home}
44
key3=${user.home}}}
5-
key4=${does.not.exist}
5+
key4=${does.not.exist}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
output=tcpclient
2-
port=3333
2+
port=3333

org.jacoco.agent.rt/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ <h3>Third Party Content</h3>
3333
${asm.license}
3434

3535
</body>
36-
</html>
36+
</html>

org.jacoco.agent/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ <h3>Third Party Content</h3>
3333
${asm.license}
3434

3535
</body>
36-
</html>
36+
</html>

org.jacoco.ant/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ <h3>Third Party Content</h3>
3434
${googlecodeprettify.license}
3535

3636
</body>
37-
</html>
37+
</html>

org.jacoco.build/licenses/args4j-2.0.28.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ <h3>args4j</h3>
2525
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2626
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2727
SOFTWARE.
28-
</pre>
28+
</pre>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
x=42
1+
x=42

org.jacoco.cli/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ <h3>License</h3>
3333
${googlecodeprettify.license}
3434

3535
</body>
36-
</html>
36+
</html>

org.jacoco.core/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ <h3>License</h3>
2424
</p>
2525

2626
</body>
27-
</html>
27+
</html>

org.jacoco.doc/javadoc/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ <h1>Bundle org.jacoco.report</h1>
3636

3737

3838
</body>
39-
</html>
39+
</html>

org.jacoco.doc/javadoc/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ hr {
6969
.footer a {
7070
color:#a0a0a0;
7171
background-image:none;
72-
}
72+
}

org.jacoco.doc/xsl/cli.xsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,3 @@
123123
</xsl:template>
124124

125125
</xsl:stylesheet>
126-

org.jacoco.doc/xsl/maven-goal.xsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,3 @@
170170
</xsl:template>
171171

172172
</xsl:stylesheet>
173-

org.jacoco.report.test/src/org/jacoco/report/internal/html/xhtml1-strict.dtd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,4 +975,3 @@ several semantically related columns together.
975975
%cellhalign;
976976
%cellvalign;
977977
>
978-

org.jacoco.report/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ <h3>License</h3>
3131
${googlecodeprettify.license}
3232

3333
</body>
34-
</html>
34+
</html>

org.jacoco.report/src/org/jacoco/report/internal/html/resources/sort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@
145145
window['initialSort'] = initialSort;
146146
window['toggleSort'] = toggleSort;
147147

148-
})();
148+
})();

0 commit comments

Comments
 (0)