pgAdmin 4 commit: Fixed code smell 'Unexpected empty arrow function' re - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed code smell 'Unexpected empty arrow function' re
Date
Msg-id E1n7dgv-0007MZ-VT@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed code smell 'Default parameters should be last'
Next
From: Nikhil Mohite
Date:
Subject: Re: [pgAdmin][RM-7085]: Partioned tables not showing correctly after creating multiple partition level