Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 230 Bytes

File metadata and controls

20 lines (14 loc) · 230 Bytes

Empty Lines Removal Transformation

Overview

Delete all empty lines in the source file.

Example:

print("first")

print("second")

print("third")
print("first")
print("second")
print("third")