Skip to content

Commit

Permalink
style(android): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Jun 27, 2019
1 parent 423d935 commit 67ba094
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public class TiFileFactory
private static final String FILE_URL_SCHEME = ContentResolver.SCHEME_FILE;
private static final String FILE_URL_PREFIX = FILE_URL_SCHEME + "://";
// strip file:// prefix off the special URL we need to handle like app:
private static final String ANDROID_ASSET_RESOURCES = TiC.URL_ANDROID_ASSET_RESOURCES.substring(FILE_URL_PREFIX.length());
private static final String ANDROID_ASSET_RESOURCES =
TiC.URL_ANDROID_ASSET_RESOURCES.substring(FILE_URL_PREFIX.length());
private static final String TI_URL_SCHEME = "ti";
private static HashSet<String> localSchemeSet;

Expand Down

0 comments on commit 67ba094

Please sign in to comment.