flash_fp_mcu: Remove trailing space

No functional change.

BRANCH=none
BUG=none
TEST=none

Signed-off-by: Craig Hesling <hesling@chromium.org>
Change-Id: Iccee7262549ca3355d5cb1c9d19fa484c99612e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2513130
Reviewed-by: Bhanu Prakash Maiya <bhanumaiya@google.com>
This commit is contained in:
Craig Hesling 2020-10-31 12:57:04 -07:00 committed by Commit Bot
parent 958db1e7c6
commit 4170ffcb8b
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ flash_fp_mcu_stm32() {
fi
# Inform user to reboot if transport is UART.
# Display fw version is transport is SPI
# Display fw version is transport is SPI
if [[ "${transport}" == "UART" ]]; then
echo "Please reboot this device."
else