Skip to content

Commit

Permalink
Fix indentation. No tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
samskivert committed Jul 2, 2019
1 parent 66c037f commit 3d62949
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public String myIpAddress () {

public static String[] findPACProxiesForURL (Reader pac, URL url) {
try {
ScriptEngineManager manager = new ScriptEngineManager();
ScriptEngineManager manager = new ScriptEngineManager();
ScriptEngine engine = manager.getEngineByName("javascript");
Bindings globals = engine.createBindings();
globals.put("resolver", new Resolver());
Expand Down

0 comments on commit 3d62949

Please sign in to comment.