Skip to content

Commit 0fbe58a

Browse files
committed
o whitespace fix
1 parent a1d1be7 commit 0fbe58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uxarray/io/_exodus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def _encode_exodus(ds, outfile=None):
158158
"api_version": api_version,
159159
"version": exo_version,
160160
"floating_point_word_size": fp_word,
161-
"file_size": 0,
161+
"file_size": 0,
162162
}
163163

164164
if outfile:

0 commit comments

Comments
 (0)