Explorar o código

Run formatter to trigger CI

commit-id:7c643d79
Stan Drozd %!s(int64=3) %!d(string=hai) anos
pai
achega
c7008e1b46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      third_party/pyth/p2w-terra-relay/src/relay/iface.ts

+ 1 - 1
third_party/pyth/p2w-terra-relay/src/relay/iface.ts

@@ -19,7 +19,7 @@ export class RelayResult {
   code: RelayRetcode;
   txHashes: Array<string>; /// One or more tx hashes produced by a successful relay() call
 
-  constructor(code: RelayRetcode, hashes: Array<string> ) {
+  constructor(code: RelayRetcode, hashes: Array<string>) {
     this.code = code;
     this.txHashes = hashes;
   }