summaryrefslogtreecommitdiff
path: root/support/texlab/src/db/workspace.rs
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-26 03:02:12 +0000
committerNorbert Preining <norbert@preining.info>2023-02-26 03:02:12 +0000
commite7ae872926eddb0de09ecfe1c578e0680033955a (patch)
tree01717465b5b26d3b2ccaea9889c720a840e0a16c /support/texlab/src/db/workspace.rs
parent81a9d839224eef4c2bd9bf68410b4049c61cdb14 (diff)
CTAN sync 202302260302
Diffstat (limited to 'support/texlab/src/db/workspace.rs')
-rw-r--r--support/texlab/src/db/workspace.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/src/db/workspace.rs b/support/texlab/src/db/workspace.rs
index 8b4d755b09..123d415fd9 100644
--- a/support/texlab/src/db/workspace.rs
+++ b/support/texlab/src/db/workspace.rs
@@ -190,7 +190,7 @@ impl Workspace {
.unwrap_or(".")
.to_string();
- if !path.ends_with("/") {
+ if !path.ends_with('/') {
path.push('/');
}