Skip to content

Commit

Permalink
more lint wowowowow
Browse files Browse the repository at this point in the history
  • Loading branch information
cworsnop-figure committed Jan 30, 2023
1 parent aed541b commit b07e9c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import java.util.UUID
interface ContractService {
fun getContract(contractName: String): Class<out P8eContract>
fun <T : P8eContract> setupContract(
client: Client, contractClass: Class<T>,
client: Client,
contractClass: Class<T>,
records: Map<String, Message>,
scopeUuid: UUID,
sessionUuid: UUID? = null,
Expand Down

1 comment on commit b07e9c9

@rpatel-figure
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops

Please sign in to comment.