Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TsubakiDev committed May 13, 2024
1 parent ebd5fbc commit 1498005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ public void setDataSource(String path, Map<String, String> headers)
StringBuilder sb = new StringBuilder();
for(Map.Entry<String, String> entry: headers.entrySet()) {
sb.append(entry.getKey());
sb.append(":");
sb.append(": ");
String value = entry.getValue();
if (!TextUtils.isEmpty(value))
sb.append(entry.getValue());
Expand Down

0 comments on commit 1498005

Please sign in to comment.