Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
oelbert committed Sep 5, 2024
1 parent ed3d431 commit 2225fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ndsl/dsl/gt4py_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def make_storage_data(
data, shape, start, dummy, axis, read_only, backend=backend
)
elif n_dims == 4:

data = _make_storage_data_4d(data, shape, start, backend=backend)
else:
data = _make_storage_data_3d(data, shape, start, backend=backend)
Expand Down

0 comments on commit 2225fd9

Please sign in to comment.