chore: lint repo (use american english) (#9144)

This commit is contained in:
Callum Waters
2022-08-16 11:00:32 +02:00
committed by Sam Ricotta
parent 1d53809b40
commit f621c978f4
34 changed files with 196 additions and 191 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ func TestNodeSetAppVersion(t *testing.T) {
require.NoError(t, err)
// default config uses the kvstore app
var appVersion uint64 = kvstore.ProtocolVersion
var appVersion = kvstore.ProtocolVersion
// check version is set in state
state, err := n.stateStore.Load()