Skip to content

Commit

Permalink
Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
OnedgeLee authored and riemannulus committed Aug 1, 2024
1 parent 5f5ba47 commit 93b311e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Libplanet.Types/Blocks/BlockMarshaler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,5 @@ public static Block UnmarshalBlock(Dictionary marshaled)
marshaled.ContainsKey(ProofKey)
? new Proof(marshaled[ProofKey])
: (Proof?)null;

}
}
4 changes: 2 additions & 2 deletions src/Libplanet.Types/Blocks/BlockMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ public BlockMetadata(IBlockMetadata metadata)
/// <param name="lastCommit">Goes to <see cref="IBlockMetadata.LastCommit"/>.</param>
/// <param name="proof">Goes to <see cref="IBlockMetadata.Proof"/>.</param>
/// <param name="evidenceHash">Goes to <see cref="IBlockMetadata.EvidenceHash"/>.</param>
/// <seealso cref="BlockMetadata(int, long, DateTimeOffset, Address,
/// PublicKey?, BlockHash?, HashDigest{SHA256}?, BlockCommit?, Proof?, HashDigest{SHA256}?)"/>
/// <seealso cref="BlockMetadata(int, long, DateTimeOffset, Address, PublicKey?,
/// BlockHash?, HashDigest{SHA256}?, BlockCommit?, Proof?, HashDigest{SHA256}?)"/>
public BlockMetadata(
long index,
DateTimeOffset timestamp,
Expand Down

0 comments on commit 93b311e

Please sign in to comment.