Skip to content

Commit

Permalink
fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Carver committed Jul 8, 2024
1 parent bb33159 commit c21bff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/plugins/catalogs/catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def search(self, error_on_fail=False):
for row in self.app._catalog_source_table:
row_info = {'Right Ascension (degrees)': row['ra'],

Check warning on line 210 in jdaviz/configs/imviz/plugins/catalogs/catalogs.py

View check run for this annotation

Codecov / codecov/patch

jdaviz/configs/imviz/plugins/catalogs/catalogs.py#L209-L210

Added lines #L209 - L210 were not covered by tests
'Declination (degrees)': row['dec'],
'Object ID' : row['objid']}
'Object ID': row['objid']}
self.table.add_item(row_info)

Check warning on line 213 in jdaviz/configs/imviz/plugins/catalogs/catalogs.py

View check run for this annotation

Codecov / codecov/patch

jdaviz/configs/imviz/plugins/catalogs/catalogs.py#L213

Added line #L213 was not covered by tests

if self.catalog_selected == 'From File...':
Expand Down

0 comments on commit c21bff3

Please sign in to comment.