Skip to content

Commit d72355b

Browse files
dojutsu-userstsewd
andauthored
fix bracket
Co-Authored-By: Santos Gallegos <[email protected]>
1 parent 086550c commit d72355b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/search/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def elastic_search(request, project_slug=None):
131131
),
132132
}
133133
for hit in sorted(all_results, key=attrgetter('_score'), reverse=True)
134-
)
134+
]
135135

136136
result.meta.inner_hits = sorted_results
137137
except Exception:

0 commit comments

Comments
 (0)