Skip to content

Commit

Permalink
Remove empty statements/semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and michael-o committed Apr 14, 2020
1 parent fb6cc10 commit 0a4fb4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public ReleaseDescriptorBuilder addReleaseVersion( String key,
{
builder.addReleaseVersion( key, value );
return this;
};
}
} );

ReleaseDescriptor releaseDescriptor =
Expand Down Expand Up @@ -448,7 +448,7 @@ public ReleaseDescriptorBuilder addReleaseVersion( String key,
{
builder.addReleaseVersion( key, value );
return this;
};
}
} );

ReleaseDescriptor releaseDescriptor =
Expand Down

0 comments on commit 0a4fb4d

Please sign in to comment.