Skip to content

Commit

Permalink
adding the spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
alhelguera authored Feb 21, 2025
1 parent 206bab4 commit 0232652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bufr2geojson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ def as_geojson(self, bufr_handle: int, id: str,
last_key = key
index += 1
else:
last_key=key
last_key = key
codes_bufr_keys_iterator_delete(key_iterator)


Expand Down

0 comments on commit 0232652

Please sign in to comment.