mirror of
https://github.com/powerline/powerline.git
synced 2025-07-28 16:24:57 +02:00
Change indentation of closing }, ], ) and combinations of them
This commit is contained in:
parent
ada5dede25
commit
27c9a05782
@ -340,14 +340,14 @@ temp_conversions = {
|
||||
'C': lambda temp: temp,
|
||||
'F': lambda temp: (temp * 9 / 5) + 32,
|
||||
'K': lambda temp: temp + 273.15,
|
||||
}
|
||||
}
|
||||
|
||||
# Note: there are also unicode characters for units: ℃, ℉ and K
|
||||
temp_units = {
|
||||
'C': '°C',
|
||||
'F': '°F',
|
||||
'K': 'K',
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
class WeatherSegment(ThreadedSegment):
|
||||
|
Loading…
x
Reference in New Issue
Block a user