Skip to content

Commit

Permalink
Remove unnecessary comment for eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Release-Candidate <rec@gmx.at>
  • Loading branch information
Release-Candidate committed Jul 13, 2024
1 parent 943f792 commit 1c0b41f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sexps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ function endOfSexp(data: {
delimString: "{",
});
} else if (data.s.endsWith('"') && data.delim === "Quote") {
// cHECK IF ESCAPED
let toCheck = data.s.slice(0, -1);
let numBackSlash = 0;
let backSlashes = "";
Expand Down

0 comments on commit 1c0b41f

Please sign in to comment.