messageTray: Fix style

This commit is contained in:
Jasper St. Pierre 2013-12-04 11:22:25 -05:00
parent 7249b11899
commit 079f1e6fff

View File

@ -76,7 +76,7 @@ const Urgency = {
NORMAL: 1, NORMAL: 1,
HIGH: 2, HIGH: 2,
CRITICAL: 3 CRITICAL: 3
} };
function _fixMarkup(text, allowMarkup) { function _fixMarkup(text, allowMarkup) {
if (allowMarkup) { if (allowMarkup) {