diff options
author | Joe George <joe@zeroc.com> | 2017-05-09 16:39:18 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-05-09 16:39:56 -0400 |
commit | a0dae9ed44e1f8ebd928389e612f4a502c05701a (patch) | |
tree | ee40c6f9262601b387e17c90fccf9213564d3b7a /python/test/Slice/import/test.py | |
parent | ICE-7868 - Update to latest gulp builder (diff) | |
download | ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.tar.bz2 ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.tar.xz ice-a0dae9ed44e1f8ebd928389e612f4a502c05701a.zip |
Cleanup more whitespace
Remove extra newlines from the end of files and add newlines to files
which are missing one.
Diffstat (limited to 'python/test/Slice/import/test.py')
-rw-r--r-- | python/test/Slice/import/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Slice/import/test.py b/python/test/Slice/import/test.py index 471f14525d9..416ab80a09d 100644 --- a/python/test/Slice/import/test.py +++ b/python/test/Slice/import/test.py @@ -23,4 +23,4 @@ class SliceImportTestCase(ClientTestCase): slice2py.run(current, args=["Test1.ice"]) slice2py.run(current, args=["Test2.ice"]) -TestSuite(__name__, [ SliceImportTestCase() ])
\ No newline at end of file +TestSuite(__name__, [ SliceImportTestCase() ]) |