Skip to content

Commit 1da84e3

Browse files
committed
Fix indentation.
1 parent a4ab3a5 commit 1da84e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astroquery/jplhorizons/tests/test_jplhorizons_remote.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,9 @@ def test_vectors_query_raw(self):
364364
def test_vectors_query_topocentric_coordinates(self):
365365
"Test vectors query specifying observer's longitude, latitude, and elevation"
366366
q = jplhorizons.Horizons(id='Ceres',
367-
location={"lon": 244, "lat": 33, "elevation": 1700},
368-
id_type='smallbody',
369-
epochs=2451544.5)
367+
location={"lon": 244, "lat": 33, "elevation": 1700},
368+
id_type='smallbody',
369+
epochs=2451544.5)
370370
res = q.vectors_async()
371371
i = res.text.find("Center geodetic :")
372372
j = res.text.find("\n", i)

0 commit comments

Comments
 (0)