Skip to content

Commit 09ea537

Browse files
authored
Fix indentation error in _header.py
1 parent 5b0930b commit 09ea537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/io/_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def wr_header_file(self, write_fields, write_dir):
779779
comment_lines = ["# " + comment for comment in self.comments]
780780
header_lines += comment_lines
781781

782-
util.lines_to_file(self.record_name + ".hea", write_dir, header_lines)
782+
util.lines_to_file(self.record_name + ".hea", write_dir, header_lines)
783783

784784
def get_sig_segments(self, sig_name=None):
785785
"""

0 commit comments

Comments
 (0)