Fix code style

This commit is contained in:
Xavier Priour 2015-12-02 20:37:12 +01:00
parent f639bada5c
commit 32698bcc98

View file

@ -366,10 +366,7 @@ class TrelloCreator {
}
getAdmin(trelloMemberType) {
if (trelloMemberType === 'admin') {
return true;
}
return false;
return trelloMemberType === 'admin';
}
getColor(trelloColorCode) {