From c57d44d65a438c50c37058a2410a7124d8429732 Mon Sep 17 00:00:00 2001 From: tibvdm Date: Sat, 18 May 2024 00:45:14 +0200 Subject: [PATCH] format --all --- sa-index/src/binary.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa-index/src/binary.rs b/sa-index/src/binary.rs index 48e1e84..5fc5932 100644 --- a/sa-index/src/binary.rs +++ b/sa-index/src/binary.rs @@ -277,7 +277,7 @@ mod tests { vec![ // required bits 64, // Sparseness factor - 1, // Size of the suffix array + 1, // Size of the suffix array 5, 0, 0, 0, 0, 0, 0, 0, // Suffix array 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0