Skip to content

Commit

Permalink
Coding Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloercoli committed Jun 16, 2015
1 parent ac27e0f commit 661dc4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static boolean isAirplaneModeOn(Context context) {
* and returns false
*/
public static boolean checkConnection(Context context) {
if(context == null) {
if (context == null) {
return false;
}
if (isNetworkAvailable(context)) {
Expand Down

0 comments on commit 661dc4f

Please sign in to comment.