Skip to content

Commit

Permalink
Lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
warmkesselj committed Dec 17, 2024
1 parent c51062b commit f0bfe7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ data class AnalyticsEventParams @JvmOverloads constructor(
val buttonOrder: String? = null,
val pageType: String? = null
)

Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ enum class ButtonType(internal val stringValue: String) {
* Other button
*/
OTHER("Other"),
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.braintreepayments.api.shopperinsights


/**
* Initializes a new PresentmentDetails instance
*
Expand Down

0 comments on commit f0bfe7d

Please sign in to comment.