Commit bc75888
committed
Fix unpacking error in result assignment.
Corrected the assignment of the `result` tuple to ensure parentheses are properly placed. This fixes an issue where `result` was mistakenly unpacked, potentially breaking logic in determining the smallest window.1 parent ff34172 commit bc75888
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments