Skip to content

Commit 92bc994

Browse files
committed
Reformat meson.build file to satisfy update-meson
1 parent 766c7a0 commit 92bc994

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/sage/data_structures/meson.build

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ foreach name, pyx : extension_data
4242
)
4343
endforeach
4444

45-
extension_data_cpp = {
46-
'pairing_heap' : files('pairing_heap.pyx'),
47-
}
45+
extension_data_cpp = {'pairing_heap' : files('pairing_heap.pyx')}
4846

4947
foreach name, pyx : extension_data_cpp
5048
py.extension_module(

0 commit comments

Comments
 (0)