Use icky prettier style rules

Canadian-Provinces-Territories-Award-Layer
Paul Traina 2020-11-12 18:52:38 -08:00
rodzic 6915389c9b
commit 15f65e390e
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -5671,8 +5671,10 @@ function handleWsjtxStatus(newMessage) {
}
if (newMessage.TxEnabled) {
if (g_mapSettings.fitQRZ &&
(!g_spotsEnabled || g_receptionSettings.mergeSpots)) {
if (
g_mapSettings.fitQRZ &&
(!g_spotsEnabled || g_receptionSettings.mergeSpots)
) {
if (g_lastMapView == null) {
g_lastMapView = {};
g_lastMapView.LoLa = g_mapView.getCenter();