Skip to content

Commit dd0693d

Browse files
committed
trim whitespaces
Signed-off-by: Harta Angkasa <24356946+ItsHarta@users.noreply.github.com>
1 parent b687765 commit dd0693d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,4 @@ function tests_updated() {
365365
return 1
366366
fi
367367
return 0
368-
}
368+
}

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function update_node_version() {
130130
fi
131131

132132
nodeVersion="${version}.${fullVersion:-0}"
133-
133+
134134
# preserve the existing YARN_VERSION
135135
if [ "${SKIP}" = true ] && [ -f "${dockerfile}" ]; then
136136
existing_yarn_version=$(grep -m1 'ENV YARN_VERSION=' "${dockerfile}" | cut -d'=' -f2 || echo "")

0 commit comments

Comments
 (0)