From 9470b639609e3113e66a58e23f36bd6b0221fd85 Mon Sep 17 00:00:00 2001 From: Savio Dsouza Date: Sat, 11 Jul 2026 19:56:33 +0530 Subject: [PATCH] Fix indentation and formatting in page_index.py --- pageindex/page_index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pageindex/page_index.py b/pageindex/page_index.py index 388806f..6521e63 100644 --- a/pageindex/page_index.py +++ b/pageindex/page_index.py @@ -784,8 +784,8 @@ def process_toc_no_page_numbers(toc_content, toc_page_list, page_list, start_in if int(m.group(1)) not in valid_indices: continue - current["physical_index"] = raw - toc_with_page_number = list(current_entries.values()) + current["physical_index"] = raw + toc_with_page_number = list(current_entries.values()) logger.info(f'add_page_number_to_toc: {toc_with_page_number}') toc_with_page_number = convert_physical_index_to_int(toc_with_page_number)