style: at newlines at end of files (#893)

This commit is contained in:
Iain Sproat
2022-08-08 10:06:56 +01:00
committed by GitHub
parent 3eaf72f830
commit 81bed0c760
3 changed files with 3 additions and 3 deletions
@@ -5,4 +5,4 @@ metadata:
name: {{ .Values.namespace }}
labels:
{{ include "speckle.labels" . | indent 4 }}
{{- end }}
{{- end }}
+1 -1
View File
@@ -1,2 +1,2 @@
psycopg2-binary
prometheus-client
prometheus-client
+1 -1
View File
@@ -3,4 +3,4 @@ FROM python:3.8-slim
COPY utils/test-deployment .
RUN pip install -r requirements.txt
CMD [ "./run_tests.py" ]
CMD [ "./run_tests.py" ]