Skip to content

Commit

Permalink
fix: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Dec 19, 2023
1 parent 8830035 commit 41427ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-java/src/main/java/ly/count/sdk/java/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public Config disableUnhandledCrashReporting() {
this.unhandledCrashReportingEnabled = false;
return this;
}

protected String location = null;
protected String ip = null;
protected String city = null;
Expand Down

0 comments on commit 41427ab

Please sign in to comment.