Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed Oct 21, 2023
1 parent cc49bef commit c8d8e16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion uma-sdk/src/commonMain/kotlin/me/uma/UmaProtocolHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class UmaProtocolHelper @JvmOverloads constructor(
payerUtxos,
payerNodePubKey,
utxoCallback,
travelRuleFormat
travelRuleFormat,
)
val payerData = PayerData(
identifier = payerIdentifier,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@ class TravelRuleFormatSerializer : KSerializer<TravelRuleFormat> {
encoder.encodeString("${value.type}${value.version?.let { "@$it" } ?: ""}")
}
}

0 comments on commit c8d8e16

Please sign in to comment.