Removed extra space [skip ci]

This commit is contained in:
Andrew Kane
2024-04-07 19:02:30 -07:00
parent d8719d59a3
commit d861a0304e

View File

@@ -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
l2_distance_squared_internal(SparseVector * a, SparseVector * b)