Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sxci committed Mar 3, 2020
1 parent 9fdd0e5 commit 725cadc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/qiniu/http/Headers.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public static Headers of(StringMap headers) {
if (headers == null) {
return builder.build();
}
;
headers.forEach(new StringMap.Consumer() {
@Override
public void accept(String key, Object value) {
Expand Down

0 comments on commit 725cadc

Please sign in to comment.