Skip to content

Commit 5152eed

Browse files
committed
fix indentation
1 parent 2352044 commit 5152eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/jplhorizons/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ def _parse_result(self, response, verbose=None):
12211221
"Date__(UT)__HR:MN" in line):
12221222
headerline = str(line).split(',')
12231223
headerline[2] = 'solar_presence'
1224-
headerline[3] = "lunar_presence" if "Earth" in centername else "interfering_body"
1224+
headerline[3] = "lunar_presence" if "Earth" in centername else "interfering_body"
12251225
headerline[-1] = '_dump'
12261226
if isinstance(self.id, dict) or str(self.id).startswith('g:'):
12271227
headerline[4] = 'nearside_flag'

0 commit comments

Comments
 (0)