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

This commit is contained in:
Akshay Joshi
2022-01-12 17:32:20 +05:30
parent d2457f2a1d
commit c98fb887cc
94 changed files with 1023 additions and 1023 deletions

View File

@@ -691,7 +691,7 @@ define('pgadmin.browser', [
});
},
set_master_password: function(password='', button_click=false, set_callback=()=>{}) {
set_master_password: function(password='', button_click=false, set_callback=()=>{/*This is intentional (SonarQube)*/}) {
let data=null, self = this;
data = JSON.stringify({

View File

@@ -87,7 +87,7 @@ export function getUtilityView(schema, treeNodeInfo, actionType, formType, conta
onSave={onSaveClick}
onClose={()=>containerPanel.close()}
onHelp={onHelp}
onDataChange={()=>{}}
onDataChange={()=>{/*This is intentional (SonarQube)*/}}
confirmOnCloseReset={confirmOnReset}
hasSQL={false}
disableSqlHelp={sqlHelpUrl == undefined || sqlHelpUrl == ''}