Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nett <[email protected]>
  • Loading branch information
rnett committed Jan 14, 2021
1 parent b4d5956 commit 7c98c3d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public fun Signature(
): Signature =
Signature.builder().methodName(methodName).key(key).input("input", inputs).output("output", outputs).build()


/**
* Add [inputs] to the signature.
*/
Expand All @@ -112,13 +111,11 @@ public fun Signature.Builder.outputs(outputs: Map<String, Operand<*>>): Signatur
}
}


/**
* Add [inputs] to the signature.
*/
public fun Signature.Builder.inputs(vararg inputs: Pair<String, Operand<*>>): Signature.Builder = inputs(inputs.toMap())


/**
* Add [outputs] to the signature.
*/
Expand Down

0 comments on commit 7c98c3d

Please sign in to comment.