Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmith committed Apr 20, 2011
1 parent a569398 commit 9160c75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/mixpanel/android/network/HTTPRequestHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ public void process(final HttpRequest request, final HttpContext context) throws

method.setEntity(new UrlEncodedFormEntity(nvps, HTTP.UTF_8));


} catch (UnsupportedEncodingException e) {
if (Global.DEBUG) Log.e(LOGTAG, " " + HTTPRequestHelper.CLASSTAG, e);
}
Expand Down

0 comments on commit 9160c75

Please sign in to comment.