From 34ad88d3d0c8c238c3b7d3b9a52792447b47b627 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:00:53 -0700 Subject: [PATCH] update indentation (#664) --- frontend/cypress/integration/testnet/testnet.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/cypress/integration/testnet/testnet.spec.ts b/frontend/cypress/integration/testnet/testnet.spec.ts index 9c39322b8..eb75e72f6 100644 --- a/frontend/cypress/integration/testnet/testnet.spec.ts +++ b/frontend/cypress/integration/testnet/testnet.spec.ts @@ -118,6 +118,5 @@ describe('Testnet', () => { }); }); }); - }); - + }); });