Skip to content

Commit d1370d7

Browse files
committed
formatted
1 parent eb8fbef commit d1370d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.mojo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ fn test_slicing() raises:
293293
# print(np_arr)
294294
# print(np_slicedy)
295295
# print(np.all(np.equal(np_arr, np_slicedy)))
296-
296+
297297

298298
fn test_rand_funcs[
299299
dtype: DType = DType.float64
@@ -386,4 +386,4 @@ fn main() raises:
386386
# test_inv()
387387
# test_solve()
388388
# test_linalg()
389-
test_setter()
389+
test_setter()

0 commit comments

Comments
 (0)