pgAdmin 4 commit: Fixed code smell 'Unexpected empty arrow function' re

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed code smell 'Unexpected empty arrow function' re
Date: 2022-01-12 13:29:29
Message-ID: E1n7dgv-0007MZ-VT@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smell 'Unexpected empty arrow function' reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3f7e921cce63ba52eba8477f419eab87fb7bb889

Modified Files
--------------
.../schemas/tables/partitions/static/js/partition.js | 4 ++--
.../servers/databases/schemas/tables/static/js/table.js | 4 ++--
.../browser/server_groups/servers/static/js/server.js | 2 +-
web/pgadmin/browser/static/js/browser.js | 8 ++++----
web/pgadmin/browser/static/js/collection.js | 2 +-
web/pgadmin/browser/static/js/node.js | 2 +-
web/pgadmin/browser/static/js/wizard.js | 4 ++--
web/pgadmin/misc/file_manager/static/js/utility.js | 4 ++--
web/pgadmin/misc/statistics/static/js/statistics.js | 2 +-
web/pgadmin/static/js/backform.pgadmin.js | 8 ++++----
web/pgadmin/static/js/backgrid.pgadmin.js | 14 +++++++-------
web/pgadmin/static/vendor/backform/backform.js | 4 ++--
web/pgadmin/static/vendor/require/require.js | 2 +-
web/pgadmin/tools/debugger/static/js/debugger_ui.js | 6 +++---
web/pgadmin/tools/debugger/static/js/direct.js | 4 ++--
web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js | 2 +-
web/regression/javascript/erd/erd_core_spec.js | 4 ++--
.../javascript/file_manager/file_manager_specs.js | 6 +++---
18 files changed, 41 insertions(+), 41 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2022-01-13 05:37:30 Re: [pgAdmin][RM-7085]: Partioned tables not showing correctly after creating multiple partition level
Previous Message Akshay Joshi 2022-01-12 13:10:27 pgAdmin 4 commit: Fixed code smell 'Default parameters should be last'