Skip to content

Commit

Permalink
Revert "Killing whitespace."
Browse files Browse the repository at this point in the history
This reverts commit 8cfaeb2.
  • Loading branch information
roundhill committed Nov 9, 2015
1 parent e214408 commit aaa16e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ 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 aaa16e5

Please sign in to comment.