[go: nahoru, domu]

Skip to content

Commit

Permalink
Killing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
roundhill committed Nov 6, 2015
1 parent cc3dd96 commit a60cce7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ public static boolean isWPComUrl(String url) {
return !TextUtils.isEmpty(url) && url.contains("wordpress.com");
}


public static String appendUrlParameter(String url, String paramName, String paramValue) {
Map<String, String> parameters = new HashMap<>();
parameters.put(paramName, paramValue);
Expand Down

0 comments on commit a60cce7

Please sign in to comment.