Skip to content

Commit 774ccd3

Browse files
committed
Remove whitespace in blank line (NO_JIRA)
1 parent a1e5c7f commit 774ccd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_conquest_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def extract_source_archives(self):
182182
super().extract_source_archives()
183183
# Remove packages we don't want to build
184184
sp = Path(self.main_source_directory_path / 'pkgs')
185-
185+
186186
sqlite_path = sp.glob('sqlite*')
187187
for file in sqlite_path:
188188
shutil.rmtree(file)

0 commit comments

Comments
 (0)