Skip to content

Commit 3af9bd2

Browse files
committed
Changed some indenting
1 parent 7bff731 commit 3af9bd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xga/sources/base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This code is a part of X-ray: Generate and Analyse (XGA), a module designed for the XMM Cluster Survey (XCS).
2-
# Last modified by David J Turner (turne540@msu.edu) 15/07/2025, 06:31. Copyright (c) The Contributors
2+
# Last modified by David J Turner (turne540@msu.edu) 16/07/2025, 10:48. Copyright (c) The Contributors
33

44
import gc
55
import os
@@ -3326,11 +3326,11 @@ def _get_spec_prod(self, outer_radius: Union[str, Quantity], obs_id: str = None,
33263326
spec_storage_name += extra_name
33273327

33283328
if obs_id == 'combined':
3329-
matched_prods = self.get_products('combined_spectrum', obs_id=obs_id, inst=inst, extra_key=spec_storage_name,
3330-
telescope=telescope)
3329+
matched_prods = self.get_products('combined_spectrum', obs_id=obs_id, inst=inst,
3330+
extra_key=spec_storage_name, telescope=telescope)
33313331
else:
33323332
matched_prods = self.get_products('spectrum', obs_id=obs_id, inst=inst, extra_key=spec_storage_name,
3333-
telescope=telescope)
3333+
telescope=telescope)
33343334

33353335
if len(matched_prods) == 1:
33363336
matched_prods = matched_prods[0]

0 commit comments

Comments
 (0)