Remove blank lines

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-09-03 22:00:01 -03:00
parent 469ba5a81e
commit b5e72d7beb
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ public final class HeaderMapper {
extensions.entrySet()
.stream()
.filter(extension -> null!= extension.getValue())
.collect(Collectors.toMap(Entry::getKey, Entry::getValue))
);