Skip to content

Commit aebbb34

Browse files
committed
Tidy whitespace
1 parent d635433 commit aebbb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/casda/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def cutout(self, table, *, coordinates=None, radius=None, height=None,
320320

321321
job_url = self._create_job(table, 'cutout_service', verbose)
322322

323-
cutout_spec = self._args_to_payload(radius=radius, coordinates=coordinates, height=height, width=width,
323+
cutout_spec = self._args_to_payload(radius=radius, coordinates=coordinates, height=height, width=width,
324324
band=band, channel=channel, verbose=verbose)
325325

326326
if not cutout_spec:

0 commit comments

Comments
 (0)