mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 11:37:41 +01:00
Remove a whitespace
This commit is contained in:
parent
751719b357
commit
67152ea5cc
@ -37,7 +37,7 @@ public class Hastebin {
|
||||
*/
|
||||
public static String safeUpload(String content) {
|
||||
List<String> parts = ImmutableList.copyOf(split(content)).reverse();
|
||||
|
||||
|
||||
String lastLink = null;
|
||||
try {
|
||||
for (String part : parts) {
|
||||
|
Loading…
Reference in New Issue
Block a user