Skip to content

Commit

Permalink
Fix formatting for Connectivity Plus
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Mar 12, 2024
1 parent cd9054d commit 914a5d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ List<String> getNetworkTypes() {
types.add(CONNECTIVITY_NONE);
}
} else {
// For legacy versions, return a single type as before or adapt similarly if multiple types need to be supported
// For legacy versions, return a single type as before or adapt similarly if multiple types
// need to be supported
return getNetworkTypesLegacy();
}

Expand Down

0 comments on commit 914a5d6

Please sign in to comment.