Skip to content

Commit d8dff86

Browse files
committed
Fix mixed whitespace characters.
1 parent aca6d56 commit d8dff86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/account/participationRegistry.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ var (
254254
)`
255255

256256
createStateProof = `CREATE TABLE StateProofKeys (
257-
pk INTEGER NOT NULL, --* join with keyset to find key for a particular participation id
258-
round INTEGER, --* committed round for this key
257+
pk INTEGER NOT NULL, --* join with keyset to find key for a particular participation id
258+
round INTEGER, --* committed round for this key
259259
key BLOB, --* msgpack encoding of ParticipationAccount.BlockProof.SignatureAlgorithm
260260
PRIMARY KEY (pk, round)
261261
)`

0 commit comments

Comments
 (0)