From 720a2897f07658c4f37dab61bec1919143717013 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 09:48:46 +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 c584489 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 --- ui/components/AccountDashboard.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/components/AccountDashboard.vue b/ui/components/AccountDashboard.vue index b8ee90af8..c8ff4dcbb 100644 --- a/ui/components/AccountDashboard.vue +++ b/ui/components/AccountDashboard.vue @@ -11,11 +11,11 @@ export default { data() { return { account: null, - transactions: [] - } + transactions: [], + }; }, async mounted() { // Fetch account information and transactions - } -} + }, +};