Commit 31b4e25c authored by Will Cory's avatar Will Cory

better spacing in comment

parent 44e8c095
...@@ -15,9 +15,9 @@ contract AttestationStation is Semver { ...@@ -15,9 +15,9 @@ contract AttestationStation is Semver {
/** /**
* @notice Struct representing data that is being attested * @notice Struct representing data that is being attested
* *
* @custom:field about Address being attested about (not creator/msg.sender) * @custom:field about Address being attested about (not creator/msg.sender)
* @custom:field key A bytes32 key for the attestation. * @custom:field key A bytes32 key for the attestation.
* @custom:field val The attestation as arbitrary bytes * @custom:field val The attestation as arbitrary bytes
*/ */
struct AttestationData { struct AttestationData {
address about; address about;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment