Skip to content

Commit

Permalink
fix: formatter on AndroidStorage.kt (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
bohan-amplitude authored Jul 21, 2022
1 parent e256018 commit 2b8a4a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AndroidStorage(
override suspend fun writeEvent(event: BaseEvent) {
eventsFile.storeEvent(JSONUtil.eventToString(event))
event.callback?.let { callback ->
event.insertId?. let {
event.insertId?.let {
eventCallbacksMap.put(it, callback)
}
}
Expand Down

0 comments on commit 2b8a4a6

Please sign in to comment.