Skip to content

Commit 4beee9b

Browse files
author
Ryohei Sasaki
authored
Fix Trailing newlines
1 parent 21bd3b3 commit 4beee9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SLAM/PoseOptimizationSLAM3D/data_downloader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ def main():
1818

1919

2020
if __name__ == '__main__':
21-
main()
22-
21+
main()

0 commit comments

Comments
 (0)