Remove a whitespace

This commit is contained in:
Fuzzlemann 2017-08-19 17:18:38 +02:00
parent 751719b357
commit 67152ea5cc

View File

@ -37,7 +37,7 @@ public class Hastebin {
*/ */
public static String safeUpload(String content) { public static String safeUpload(String content) {
List<String> parts = ImmutableList.copyOf(split(content)).reverse(); List<String> parts = ImmutableList.copyOf(split(content)).reverse();
String lastLink = null; String lastLink = null;
try { try {
for (String part : parts) { for (String part : parts) {