Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Nov 26, 2024
1 parent 00dd378 commit 8860d5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ dependencies {

}



licenseFile = "LICENSE.txt"
noticeFile = "NOTICE.txt"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class IpEnrichmentActionClient {
* @param ipString Ip String to resolve.
* @return A map instance which contain GeoLocation data for the given Ip address.
*/
public Map<String, Object> getGeoLocationData (String ipString) {
public Map<String, Object> getGeoLocationData(String ipString) {
return getGeoLocationData(ipString, null);
}

Expand Down

0 comments on commit 8860d5d

Please sign in to comment.