Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
schwartz-concordium committed Jul 6, 2023
1 parent 984948f commit 2785a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/ModuleReference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ internal ModuleReference(ByteString byteString) : base(byteString.ToArray())
/// </summary>
/// <param name="hexString">A hash represented as a length-64 hex encoded string.</param>
/// <exception cref="ArgumentException">The supplied string is not a 64-character hex encoded string.</exception>
public ModuleReference(string hexString) : base(hexString) {}
public ModuleReference(string hexString) : base(hexString) { }
}

0 comments on commit 2785a6d

Please sign in to comment.