Skip to content

Commit 5d93dc9

Browse files
committed
Killing whitespace.
1 parent 269ecdf commit 5d93dc9

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

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

241-
242241
public static String appendUrlParameter(String url, String paramName, String paramValue) {
243242
Map<String, String> parameters = new HashMap<>();
244243
parameters.put(paramName, paramValue);

0 commit comments

Comments
 (0)