Skip to content

Commit da7a178

Browse files
committed
Coding Styles
1 parent 291d107 commit da7a178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static boolean isAirplaneModeOn(Context context) {
7777
* and returns false
7878
*/
7979
public static boolean checkConnection(Context context) {
80-
if(context == null) {
80+
if (context == null) {
8181
return false;
8282
}
8383
if (isNetworkAvailable(context)) {

0 commit comments

Comments
 (0)