From 1f6c280720c5211866db9376f965b546924fa29f Mon Sep 17 00:00:00 2001
From: "deepsource-autofix[bot]"
<62050782+deepsource-autofix[bot]@users.noreply.github.com>
Date: Sun, 21 Jul 2024 02:19:39 +0000
Subject: [PATCH] style: format code with Autopep8, Black, ClangFormat,
dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS
Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS,
StandardRB, swift-format and Yapf
This commit fixes the style issues introduced in a023578 according to the output
from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java
Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt,
Scalafmt, StandardJS, StandardRB, swift-format and Yapf.
Details: None
---
sidra_chain_integration/frontend/src/index.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sidra_chain_integration/frontend/src/index.js b/sidra_chain_integration/frontend/src/index.js
index 77d19b9a1..920cb36fe 100644
--- a/sidra_chain_integration/frontend/src/index.js
+++ b/sidra_chain_integration/frontend/src/index.js
@@ -3,8 +3,8 @@ import ReactDOM from 'react-dom';
import App from './containers/App';
ReactDOM.render(
-
-
- ,
- document.getElementById('root')
+
+
+ ,
+ document.getElementById('root'),
);