Skip to content

Commit

Permalink
(trivial) fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejhirsz committed May 14, 2020
1 parent af7fa73 commit 3ed3b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ApiHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ export default class ApiHandler {
if (method === 'system.ExtrinsicSuccess') {
extrinsic.success = true;
}
if (method === 'system.ExtrinsicSuccess' || method === 'system.ExtrinsicFailed') {

if (method === 'system.ExtrinsicSuccess' || method === 'system.ExtrinsicFailed') {
const sanitizedData = event.data.toJSON() as any[];

for (const data of sanitizedData) {
Expand Down

0 comments on commit 3ed3b8d

Please sign in to comment.