Skip to content

Commit cc3dd21

Browse files
committed
chore: fix style check issue on filedownloader-properties
1 parent c00ff00 commit cc3dd21

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

library/src/main/java/com/liulishuo/filedownloader/util/FileDownloadProperties.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ public class FileDownloadProperties {
133133
"download.max-network-thread-count";
134134
private static final String KEY_FILE_NON_PRE_ALLOCATION = "file.non-pre-allocation";
135135
private static final String KEY_BROADCAST_COMPLETED = "broadcast.completed";
136-
private static final String KEY_TRIAL_CONNECTION_HEAD_METHOD = "download.trial-connection-head-method";
136+
private static final String KEY_TRIAL_CONNECTION_HEAD_METHOD
137+
= "download.trial-connection-head-method";
137138

138139
public final int downloadMinProgressStep;
139140
public final long downloadMinProgressTime;

0 commit comments

Comments
 (0)