mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-30 16:19:56 +08: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) {
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user