Skip to content

Commit d2c5a3f

Browse files
committed
Revert "Killing whitespace."
This reverts commit 8cfaeb2.
1 parent 5d93dc9 commit d2c5a3f

File tree

1 file changed

+1
-0
lines changed
  • WordPressUtils/src/main/java/org/wordpress/android/util

1 file changed

+1
-0
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/UrlUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ public static boolean isWPComUrl(String url) {
238238
return !TextUtils.isEmpty(url) && url.contains("wordpress.com");
239239
}
240240

241+
241242
public static String appendUrlParameter(String url, String paramName, String paramValue) {
242243
Map<String, String> parameters = new HashMap<>();
243244
parameters.put(paramName, paramValue);

0 commit comments

Comments
 (0)