mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed code smell 'Unexpected empty arrow function' reported by SonarQube.
This commit is contained in:
@@ -969,7 +969,7 @@ define('pgadmin.node.server', [
|
||||
},
|
||||
};
|
||||
},
|
||||
build:function() {},
|
||||
build:function() {/*This is intentional (SonarQube)*/},
|
||||
prepare:function() {
|
||||
this.setContent(this.message);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user