From cda08197d64be2757ed2f3f50306493d2e52015e Mon Sep 17 00:00:00 2001 From: Milan Steiner Date: Wed, 2 Feb 2022 09:47:56 +0100 Subject: [PATCH] Fix Linting --- packages/proto-signing/src/registry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/proto-signing/src/registry.ts b/packages/proto-signing/src/registry.ts index 0a14d8b3..13b72f77 100644 --- a/packages/proto-signing/src/registry.ts +++ b/packages/proto-signing/src/registry.ts @@ -83,7 +83,7 @@ export class Registry { * * If there is no parameter given, a `new Registry()` adds the types `Coin` and `MsgSend` * for historic reasons. Those can be overriden by customTypes. - * + * * There are currently two methods for adding new types: * 1. Passing types to the constructor. * 2. Using the `register()` method