Skip to content

Commit

Permalink
Fix empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 22, 2024
1 parent 980b784 commit d86b406
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/it/projects/github322/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
*/

File log = new File(basedir, 'build.log')
assert log.text.contains( 'Main Result: <null>')
assert log.text.contains( 'Main Result: <null>')
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ private boolean isDirectJvmClass(final String name) {

private class FilteringUrlEnum implements Enumeration<URL> {
private final Enumeration<URL> delegate;

private URL next;

private FilteringUrlEnum(Enumeration<URL> delegate) {
Expand All @@ -449,7 +448,6 @@ public URL nextElement() {

private static class ChainedEnumerations implements Enumeration<URL> {
private final Iterator<Enumeration<URL>> enumerations;

private Enumeration<URL> current;

private ChainedEnumerations(Iterator<Enumeration<URL>> enumerations) {
Expand Down

0 comments on commit d86b406

Please sign in to comment.