Skip to content

Commit

Permalink
STY: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Mar 7, 2020
1 parent c585569 commit ed47f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pysatMissions/methods/empirical.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,9 @@ def get_ecef_wind_meta(coord='x', geo='mer'):
else:
name = 'Zonal'
dict = {'units': '',
'long_name': ''.join(['{name:s} Wind Unit ECEF {coord:s}',
'-vector']).format(name=name,
coord=coord),
'long_name': ' '.join(['{name:s} Wind Unit ECEF',
'{coord:s}-vector']
).format(name=name, coord=coord),
'desc': ' '.join(['{coord:s}-value of {name:s} wind unit',
'vector in ECEF coordinates']
).format(name=name.lower(), coord=coord)}
Expand Down

0 comments on commit ed47f8a

Please sign in to comment.