Skip to content

Commit 835fa6b

Browse files
jeffbolznvslaren
andauthored
Update tests/test-backend-ops.cpp
Co-authored-by: Diego Devesa <[email protected]>
1 parent b353068 commit 835fa6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test-backend-ops.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,8 +2105,7 @@ struct test_get_rows_back : public test_case {
21052105
}
21062106
};
21072107

2108-
static void init_set_rows_row_ids(ggml_tensor * t, int num_rows)
2109-
{
2108+
static void init_set_rows_row_ids(ggml_tensor * t, int num_rows) {
21102109
std::random_device rd;
21112110
std::default_random_engine rng(rd());
21122111
for (int i2 = 0; i2 < t->ne[2]; i2++) {

0 commit comments

Comments
 (0)