Bug 1511710 - Add some spaces for Infix operators. r=eslint-fix

This commit is contained in:
Cosmin Sabou 2018-12-02 23:34:21 +02:00
Родитель ae132b3430
Коммит 9cf2c214cc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -479,7 +479,7 @@ class WebReplayPlayer extends Component {
highlighted: isHighlighted,
}),
style: {
left: `${Math.max(offset - markerWidth/2, 0)}px`,
left: `${Math.max(offset - markerWidth / 2, 0)}px`,
zIndex: `${index + 100}`,
},
title: getFormatStr("jumpMessage", index + 1),