Pacify eslint

This commit is contained in:
Bryan Housel
2017-08-11 15:07:42 -04:00
parent b172b4602b
commit 59e6642796

View File

@@ -437,7 +437,7 @@ export function uiCommit(context) {
var rr = tags.review_requested;
if (rr === undefined) return false;
rr = rr.trim().toLowerCase();
return !(rr == '' || rr === 'no')
return !(rr === '' || rr === 'no');
}