mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
fix: fix end of files for pre-commit (#1387)
# What does this PR do? Fix end of files hook for pre-commit. [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan Run pre-commit without any errors: ``` uv run pre-commit run --all-files ``` Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
07a992ef90
commit
468edfd92c
2 changed files with 2 additions and 2 deletions
|
@ -10630,4 +10630,4 @@
|
||||||
],
|
],
|
||||||
"type": "generator"
|
"type": "generator"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -290,4 +290,4 @@
|
||||||
"metadata": null
|
"metadata": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue