Skip to content

Commit af34cff

Browse files
committed
empty space
1 parent 24cafb1 commit af34cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpiv/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def save(
390390
v: np.ndarray,
391391
flags: Optional[np.ndarray] = None,
392392
mask: Optional[np.ndarray] = None,
393-
fmt: str="%.4e",
393+
fmt: str="%.4e",
394394
delimiter: str="\t",
395395
)-> None:
396396
"""Save flow field to an ascii file.

0 commit comments

Comments
 (0)