Skip to content

Commit 9cb89cb

Browse files
fix: remove trailing whitespace in embed_kernel.py
- Addresses flake8 and editorconfig lint failures Co-Authored-By: Jake Cosme <[email protected]>
1 parent 4cc81b0 commit 9cb89cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/src/ggml-opencl/kernels/embed_kernel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ def main():
1515

1616
input_file = sys.argv[1]
1717
output_file = sys.argv[2]
18-
18+
1919
if not os.path.isfile(input_file):
2020
logger.error(f"Input file does not exist: {input_file}")
2121
sys.exit(1)
22-
22+
2323
ifile = open(input_file, "r")
2424
ofile = open(output_file, "w")
2525

0 commit comments

Comments
 (0)