mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +08:00
Removed extra space [skip ci]
This commit is contained in:
@@ -580,7 +580,7 @@ vector_to_sparsevec(PG_FUNCTION_ARGS)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get the L2 squared distance between sparse vectors
|
* Get the L2 squared distance between sparse vectors
|
||||||
*/
|
*/
|
||||||
static double
|
static double
|
||||||
l2_distance_squared_internal(SparseVector * a, SparseVector * b)
|
l2_distance_squared_internal(SparseVector * a, SparseVector * b)
|
||||||
|
|||||||
Reference in New Issue
Block a user