mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-06-03 09:11:00 +03:00
Fix messed up indentation in StreamProxy
This commit is contained in:
parent
9acc5121a4
commit
f4554ff29e
@ -1,7 +1,5 @@
|
||||
package org.moire.ultrasonic.util;
|
||||
|
||||
import timber.log.Timber;
|
||||
|
||||
import org.moire.ultrasonic.domain.MusicDirectory;
|
||||
import org.moire.ultrasonic.service.DownloadFile;
|
||||
import org.moire.ultrasonic.service.Supplier;
|
||||
@ -22,6 +20,8 @@ import java.net.URLDecoder;
|
||||
import java.net.UnknownHostException;
|
||||
import java.util.StringTokenizer;
|
||||
|
||||
import timber.log.Timber;
|
||||
|
||||
public class StreamProxy implements Runnable
|
||||
{
|
||||
private Thread thread;
|
||||
|
Loading…
x
Reference in New Issue
Block a user