Skip to content

Commit 026960e

Browse files
committed
Updated style [skip ci]
1 parent 42d3d99 commit 026960e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

include/pgvector/pqxx.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ template <> struct string_traits<pgvector::Vector> {
6262
if (i != 0) {
6363
buf[here++] = ',';
6464
}
65-
6665
here += pqxx::into_buf(buf.subspan(here), values[i], c);
6766
}
6867

@@ -127,7 +126,6 @@ template <> struct string_traits<pgvector::HalfVector> {
127126
if (i != 0) {
128127
buf[here++] = ',';
129128
}
130-
131129
here += pqxx::into_buf(buf.subspan(here), values[i], c);
132130
}
133131

@@ -225,7 +223,6 @@ template <> struct string_traits<pgvector::SparseVector> {
225223
if (i != 0) {
226224
buf[here++] = ',';
227225
}
228-
229226
here += pqxx::into_buf(buf.subspan(here), indices[i] + 1, c);
230227
buf[here++] = ':';
231228
here += pqxx::into_buf(buf.subspan(here), values[i], c);

0 commit comments

Comments
 (0)