Skip to content

Commit b5f95f7

Browse files
Fix missing end of file chars (#1106)
Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> 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

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

Lines changed: 1 addition & 1 deletion
Loading

AudioQnA/ui/svelte/src/lib/assets/icons/svg/stop-recording.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

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

Lines changed: 1 addition & 1 deletion
Loading

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

Lines changed: 1 addition & 1 deletion
Loading

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

Lines changed: 1 addition & 1 deletion
Loading

AvatarChatbot/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
docker_compose/intel/cpu/xeon/data
66
docker_compose/intel/hpu/gaudi/data
77
inputs/
8-
outputs/
8+
outputs/

ChatQnA/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"]

ChatQnA/ui/docker/Dockerfile.react

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ COPY --from=vite-app /usr/app/react/dist /usr/share/nginx/html
1818
COPY ./react/env.sh /docker-entrypoint.d/env.sh
1919

2020
COPY ./react/nginx.conf /etc/nginx/conf.d/default.conf
21-
RUN chmod +x /docker-entrypoint.d/env.sh
21+
RUN chmod +x /docker-entrypoint.d/env.sh

ChatQnA/ui/react/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VITE_BACKEND_SERVICE_ENDPOINT=http://backend_address:8888/v1/chatqna
2-
VITE_DATA_PREP_SERVICE_URL=http://backend_address:6007/v1/dataprep
2+
VITE_DATA_PREP_SERVICE_URL=http://backend_address:6007/v1/dataprep

ChatQnA/ui/react/.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VITE_BACKEND_SERVICE_ENDPOINT=APP_BACKEND_SERVICE_ENDPOINT
2-
VITE_DATA_PREP_SERVICE_URL=APP_DATA_PREP_SERVICE_URL
2+
VITE_DATA_PREP_SERVICE_URL=APP_DATA_PREP_SERVICE_URL

ChatQnA/ui/react/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ server {
1717
expires 1d;
1818
}
1919
}
20-
}
20+
}

ChatQnA/ui/react/public/vite.svg

Lines changed: 1 addition & 1 deletion
Loading

ChatQnA/ui/react/src/assets/react.svg

Lines changed: 1 addition & 1 deletion
Loading

ChatQnA/ui/react/src/components/Conversation/DataSource.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ export default function DataSource({ opened, onClose }: Props) {
6868
</Container>
6969
</Drawer>
7070
)
71-
}
71+
}

ChatQnA/ui/react/src/components/UserInfoModal/UserInfoModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ const UserInfoModal = () => {
4545
)
4646
}
4747

48-
export default UserInfoModal
48+
export default UserInfoModal

ChatQnA/ui/svelte/src/app.postcss

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

8484
.w-12\/12 {
8585
width: 100%
86-
}
86+
}
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)