Skip to content

Commit 485f524

Browse files
committed
Replace 2x empty lines with a single one
1 parent f17b5a5 commit 485f524

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/org/apache/commons/codec/binary

1 file changed

+0
-1
lines changed

src/main/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,6 @@ public Base64(final boolean urlSafe) {
530530
this(MIME_CHUNK_SIZE, CHUNK_SEPARATOR, urlSafe);
531531
}
532532

533-
534533
/**
535534
* Constructs a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
536535
* <p>

0 commit comments

Comments
 (0)