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:
@@ -939,7 +939,7 @@ export default class SchemaDiffUI {
|
||||
},
|
||||
};
|
||||
},
|
||||
build:function() {},
|
||||
build:function() {/*This is intentional (SonarQube)*/},
|
||||
prepare:function() {
|
||||
this.setContent(this.message);
|
||||
},
|
||||
|
Reference in New Issue
Block a user