Skip to content

Commit be79afb

Browse files
committed
removed some trailing whitespace
1 parent fe5da84 commit be79afb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the following steps.
1919
2. Your codespace is created. Cloning the image and the repo is quite fast,
2020
but preparing it for CircuitPython-development takes about 10 minutes.
2121
But this is a one-time task: once created, your codespace exists
22-
until you explicitly delete it or until it times out (default: 30 days).
22+
until you explicitly delete it or until it times out (default: 30 days).
2323
(Technical note: due to a bug in codespace creation, the setup is
2424
triggered from `$HOME/.bashrc` and runs in the background).
2525

.devcontainer/esp-idf-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo -e "[esp-idf-toolchain.sh] starting install"
1313

1414
echo -e "[esp-idf-toolchain.sh] fetch packages"
1515
sudo apt-get update
16-
sudo apt-get -y install ninja-build cmake libusb-1.0-0
16+
sudo apt-get -y install ninja-build cmake libusb-1.0-0
1717

1818
# --- esp-idf --------------------------------------------------------------
1919

0 commit comments

Comments
 (0)