Skip to content

Commit 18cbae0

Browse files
remove whitespace
1 parent ebee6d4 commit 18cbae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acquisition/covidcast/covidcast_meta_cache_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def main(args, epidata_impl=Epidata, database_impl=Database):
4343
args = ("success",1)
4444
if len(metadata)==0:
4545
args = ("no results",-2)
46-
46+
4747
print('covidcast_meta result: %s (code %d)' % args)
4848

4949
if args[-1] != 1:

0 commit comments

Comments
 (0)