Skip to content

Commit bcf544e

Browse files
remove unnecessary whitespace
1 parent f8b82b6 commit bcf544e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sqldev/src/main/java/org/utplsql/sqldev/dal/RealtimeReporterDao.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
* Copyright 2018 Philipp Salvisberg <philipp.salvisberg@trivadis.com>
3-
*
3+
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
7-
*
7+
*
88
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
9+
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -211,8 +211,8 @@ public String getHtmlCoverage(final String reporterId) {
211211
rs.close();
212212
return sb1.toString();
213213
});
214-
}
215-
214+
}
215+
216216
private RealtimeReporterEvent convert(final String itemType, final String text) {
217217
logger.fine(() -> "\n---- " + itemType + " ----\n" + text);
218218
try {

0 commit comments

Comments
 (0)