Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jul 26, 2020
1 parent 4f83de6 commit 5179719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/CurveType.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

description: |
CurveType is the type of cryptographic curve associated with a PublicKey.
CurveType is the type of cryptographic curve associated with a PublicKey.
* secp256k1: SEC compressed - `33 bytes` (https://secg.org/sec1-v2.pdf#subsubsection.2.3.3)
* edwards25519: `y (255-bits) || x-sign-bit (1-bit)` - `32 bytes` (https://ed25519.cr.yp.to/ed25519-20110926.pdf)
Expand Down
2 changes: 1 addition & 1 deletion models/SyncStatus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
description: |
SyncStatus is used to provide additional context about an
implementation's sync status. It is often used to indicate
that an implementation is healthy when it cannot be queried
that an implementation is healthy when it cannot be queried
until some sync phase occurs.
If an implementation is immediately queryable, this model is
Expand Down

0 comments on commit 5179719

Please sign in to comment.