Skip to content

Commit

Permalink
indent fix
Browse files Browse the repository at this point in the history
davidhassell committed Nov 3, 2021
1 parent 8e6ac54 commit 41b11ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cfdm/read_write/netcdf/netcdfwrite.py
Original file line number Diff line number Diff line change
@@ -3721,10 +3721,9 @@ def _write_field_or_domain(

if len(c) == 1:
owning_coord_key, _ = c[0]

z_axis = self.implementation.get_construct_data_axes(
f, owning_coord_key
)[0]
z_axis = self.implementation.get_construct_data_axes(
f, owning_coord_key
)[0]

if owning_coord_key is not None:
# This formula_terms coordinate reference matches up

0 comments on commit 41b11ce

Please sign in to comment.