Skip to content

Commit 51c0d52

Browse files
author
Raghuveer Devulapalli
committed
BUG: remove extra braces
1 parent f5285e1 commit 51c0d52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy/_core/src/npysort/highway_qsort.dispatch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ namespace np { namespace highway { namespace qsort_simd {
1616
DISPATCH_VQSORT(uint64_t)
1717
DISPATCH_VQSORT(double)
1818
DISPATCH_VQSORT(float)
19-
}
2019

2120
} } } // np::highway::qsort_simd

0 commit comments

Comments
 (0)