Skip to content

Commit b5f95f7

Browse files
Fix missing end of file chars (opea-project#1106)
Signed-off-by: Abolfazl Shahbazi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 393367e commit b5f95f7

File tree

104 files changed

+104
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+104
-104
lines changed

.github/code_spell_ignore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ModelIn
2-
modelin
2+
modelin

.github/license_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Copyright (C) 2024 Intel Corporation
2-
SPDX-License-Identifier: Apache-2.0
2+
SPDX-License-Identifier: Apache-2.0

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
**/playwright/.cache/
66
**/test-results/
77

8-
__pycache__/
8+
__pycache__/

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
**/kubernetes/
1+
**/kubernetes/

AudioQnA/ui/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ RUN npm run build
2323
EXPOSE 5173
2424

2525
# Run the front-end application in preview mode
26-
CMD ["npm", "run", "preview", "--", "--port", "5173", "--host", "0.0.0.0"]
26+
CMD ["npm", "run", "preview", "--", "--port", "5173", "--host", "0.0.0.0"]

AudioQnA/ui/svelte/src/app.postcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ a.btn {
7979

8080
.w-12\/12 {
8181
width: 100%
82-
}
82+
}

AudioQnA/ui/svelte/src/lib/assets/icons/svg/1.svg

Lines changed: 1 addition & 1 deletion
Loading

AudioQnA/ui/svelte/src/lib/assets/icons/svg/2.svg

Lines changed: 1 addition & 1 deletion
Loading

AudioQnA/ui/svelte/src/lib/assets/icons/svg/3.svg

Lines changed: 1 addition & 1 deletion
Loading

AudioQnA/ui/svelte/src/lib/assets/icons/svg/4.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)