| commit | a52be99b62565ad8efbbc8e5148794a0dbf833fc | [log] [tgz] |
|---|---|---|
| author | Ahmet Altay <aaltay@gmail.com> | Fri Jul 31 15:59:40 2020 -0700 |
| committer | GitHub <noreply@github.com> | Fri Jul 31 15:59:40 2020 -0700 |
| tree | fda1de56f19da56e4f5766f81fb479e3d9210120 | |
| parent | 875620111b8ab8bdd34b5818d08350e088f8e402 [diff] | |
| parent | 3c6c45924ab2daa4aa4bfdbf6cd02bd63ce30862 [diff] |
Merge pull request #12443 from KevinGG/whitespace Remove trailing whitespace from README
diff --git a/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/README.md b/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/README.md index f0e9fb4..f87765a 100644 --- a/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/README.md +++ b/sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/README.md
@@ -80,7 +80,7 @@ This project uses `ts-jest` to test all ts/tsx files under `src/__tests__` directory. -To run a single test, find out the name of a test in the source code that looks like: +To run a single test, find out the name of a test in the source code that looks like: ```javascript it('does ABC', () => {...})