Skip to content

Commit 674a3e0

Browse files
Fix formatting issues
1 parent 95fe032 commit 674a3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mparticle/kits/RoktKit.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class RoktKit :
248248
val userAttributes = mutableMapOf<String, String>()
249249
for ((key, value) in attributes) {
250250
val hashKey = KitUtils.hashForFiltering(key)
251-
if (kitConfiguration.mUserAttributeFilters.get(hashKey,true)) {
251+
if (kitConfiguration.mUserAttributeFilters.get(hashKey, true)) {
252252
userAttributes[key] = value
253253
}
254254
}

0 commit comments

Comments
 (0)