Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 4a63b08

Browse files
committed
COSMIT remove tabs
1 parent 6ecf2f7 commit 4a63b08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Whitespace-only changes.

lightning/impl/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def configuration(parent_package='', top_path=None):
6060

6161
# add .pxd files to be re-used by third party software
6262
config.add_data_files('sag_fast.pxd', 'dataset_fast.pxd',
63-
'sgd_fast.pxd', 'prox_fast.pxd')
64-
63+
'sgd_fast.pxd', 'prox_fast.pxd')
64+
6565
return config
6666

6767
if __name__ == '__main__':

0 commit comments

Comments
 (0)