Skip to content

Commit 390d097

Browse files
committed
fix: add missing newline at end of setup files
1 parent 40dcf3a commit 390d097

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LINUX_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ Once authenticated, run legacy tests:
6464
poetry run pytest --ignore=tests/anoph -v tests
6565
```
6666

67-
Tests will run slowly the first time, as data will be read from GCS and cached locally in the `gcs_cache` folder.
67+
Tests will run slowly the first time, as data will be read from GCS and cached locally in the `gcs_cache` folder.

MACOS_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ Tests will run slowly the first time, as data will be read from GCS and cached l
7474

7575
To use the `code` command from the terminal:
7676

77-
Open VS Code → `Cmd + Shift + P` → type `Shell Command: Install 'code' command in PATH` → press Enter.
77+
Open VS Code → `Cmd + Shift + P` → type `Shell Command: Install 'code' command in PATH` → press Enter.

0 commit comments

Comments
 (0)