Skip to content

Commit 2b39598

Browse files
committed
Swift: remove unneeded trailing / in README.md
1 parent e62acb1 commit 2b39598

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

swift/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ IDE. Please refer to your IDE's instructions for how to set up remote debugging.
7878

7979
In particular for breakpoints to work you might need to setup the following remote path mapping:
8080

81-
| Remote | Local |
82-
|-------------|---------------------------------------|
83-
| `swift` | `/absolute/path/to/codeql/swift` |
84-
| `bazel-out` | `/absolute/path/to/codeql/bazel-out/` |
81+
| Remote | Local |
82+
|-------------|--------------------------------------|
83+
| `swift` | `/absolute/path/to/codeql/swift` |
84+
| `bazel-out` | `/absolute/path/to/codeql/bazel-out` |

0 commit comments

Comments
 (0)