git.delta.rocks / unique-network / refs/commits / 7c0786567de9

difftreelog

fix empty space

PraetorP2022-12-16parent: #6dd2322.patch.diff
in: master

2 files changed

modifiedtests/src/eth/createRFTCollection.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/eth/util/index.tsdiffbeforeafterboth
--- a/tests/src/eth/util/index.ts
+++ b/tests/src/eth/util/index.ts
@@ -27,7 +27,6 @@
   Generous = 2,
 }
 
-
 export const usingEthPlaygrounds = async (code: (helper: EthUniqueHelper, privateKey: (seed: string | {filename: string}) => Promise<IKeyringPair>) => Promise<void>) => {
   const silentConsole = new SilentConsole();
   silentConsole.enable();