Skip to content

Commit 47ee356

Browse files
authored
fix tabs/spaces
1 parent f4b2705 commit 47ee356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws_s3--0.0.1.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ AS $$
219219
size += len(buffer)
220220
fd.seek(0)
221221
s3.upload_fileobj(fd, bucket, file_path)
222-
if 'HEADER TRUE' in options.upper():
223-
num_lines -= 1
222+
if 'HEADER TRUE' in options.upper():
223+
num_lines -= 1
224224
yield (num_lines, 1, size)
225225
$$;
226226

0 commit comments

Comments
 (0)