Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
style: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Feb 21, 2022
1 parent 4634f7f commit 7470ea5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SERVICE_PORT=8204

# Set "Access-Control-Allow-Origin" response header.
# Origin can be comma-delimited string, string, or boolean;
# if set to boolean true then reflect request origin
# if set to boolean true then reflect request origin
# (NOTE: this is NOT recommended for production as it enables reflection exploits).
# Defaults to false and disables CORS if not set
CORS_ORIGIN=
Expand Down Expand Up @@ -80,7 +80,7 @@ HTTPS_HTTP2_ENABLED=
# Defaults to "info"
LOG_LEVEL=

# See https://momentjs.com/docs/#/displaying/format/ for
# See https://momentjs.com/docs/#/displaying/format/ for
# date format options.
# Requires LOG_ROTATION_FILENAME to be set.
# Defaults to "YYYY-MM-DD"
Expand All @@ -106,8 +106,8 @@ LOG_ROTATION_FREQUENCY=
# Defaults to "10" if deployed with Docker Compose
LOG_ROTATION_MAX_LOGS=

# Max size of the file after which it will rotate. It can
# be combined with frequency or date format. The size units
# Max size of the file after which it will rotate. It can
# be combined with frequency or date format. The size units
# are "k", "m" and "g". Units need to directly follow
# a number e.g. 1g, 100m, 20k.
# Requires LOG_ROTATION_FILENAME to be set.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
on-success:
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
save-pr-number:
name: Save PR Number
if: >
github.event.pull_request.draft == false &&
github.event.pull_request.draft == false &&
github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion test_resources/test_records/create_test_records.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INSERT INTO lookup.contacts
INSERT INTO lookup.contacts
(match_type, match_value, match_receiver, telecom)
VALUES
('postcode', 'TA126JU', 'Area North', '[{ "system": "email", "value": "examplehv@nhs.net", "use": "Health Visitors"}, { "system": "email", "value": "examplemidwife@ydh.nhs.uk", "use": "Community Midwives"}]'),
Expand Down

0 comments on commit 7470ea5

Please sign in to comment.