some code reformatting

This commit is contained in:
Philipp Schaefer
2013-11-10 23:30:51 +01:00
parent 3f15535f48
commit d9d335b22e
5 changed files with 4 additions and 8 deletions

View File

@ -26,7 +26,6 @@ import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URL;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Scanner;
import java.util.concurrent.ExecutionException;
@ -163,7 +162,7 @@ public class IITC_WebViewClient extends WebViewClient {
"window.showLayerChooser = false");
}
String gmInfo = "GM_info=" + getGmInfoJson(getScriptInfo(js)).toString() + "\n";
String gmInfo = "GM_info=" + getGmInfoJson(getScriptInfo(js)) + "\n";
this.mIitcScript = gmInfo + js;
}