Skip to content

Commit e84959d

Browse files
author
David Turner
committed
Removed white space - should now be done with issue #1351
1 parent a2e08f8 commit e84959d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

xga/products/relation.py

Lines changed: 1 addition & 2 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) 05/06/2025, 11:35. Copyright (c) The Contributors
2+
# Last modified by David J Turner (turne540@msu.edu) 05/06/2025, 11:36. Copyright (c) The Contributors
33

44
import inspect
55
import pickle
@@ -1192,7 +1192,6 @@ def get_view(self, ax: Axes, x_lims: Quantity = None, log_scale: bool = True, pl
11921192
if 'major' in third_dim_axis_formatters:
11931193
cbar.ax.yaxis.set_major_formatter(third_dim_axis_formatters['major'])
11941194

1195-
11961195
return ax
11971196

11981197

0 commit comments

Comments
 (0)