Skip to content

Commit 3affa19

Browse files
committed
fix indentation
1 parent 60f3331 commit 3affa19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabmemcheck/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def header_test(
473473
for fs_data in few_shot_data:
474474
fs_offset = min(offset, len(fs_data) // 2)
475475
few_shot.append(([fs_data[:fs_offset]],
476-
[fs_data[fs_offset : fs_offset + completion_length]]))
476+
[fs_data[fs_offset : fs_offset + completion_length]]))
477477

478478
# chat mode: use few-shot examples
479479
if llm.chat_mode:

0 commit comments

Comments
 (0)