Removed unnecessary newlines

merge-requests/1/head
mharindu 9 years ago
parent 27752fe35e
commit be6b6039fa

@ -26,8 +26,6 @@ import java.util.Map;
public class AndroidUtils {
public static String getDeviceProperty(Map<String, String> deviceProperties, String property) {
String deviceProperty = deviceProperties.get(property);
return deviceProperty;
return deviceProperties.get(property);
}
}

Loading…
Cancel
Save