Fixed alignment [skip ci]

This commit is contained in:
Andrew Kane
2023-10-04 23:09:31 -07:00
parent 97ac01773d
commit 115c2bd91d

View File

@@ -116,8 +116,8 @@ typedef struct HnswCandidate
typedef struct HnswNeighborArray
{
int length;
HnswCandidate *items;
bool closerSet;
HnswCandidate *items;
} HnswNeighborArray;
typedef struct HnswPairingHeapNode