Skip to content

Commit

Permalink
Removed superfluous whitespace in JSON-injected string literals.
Browse files Browse the repository at this point in the history
  • Loading branch information
SCWells72 committed Dec 10, 2024
1 parent b8d4133 commit d9b6255
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public void testCodeBlocks() {
DEMO_TS_FILE_BODY,
// language=json
"""
[
{
"startLine": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public void testFoldingRanges() {
DEMO_TS_FILE_BODY,
// language=json
"""
[
{
"startLine": 0,
Expand All @@ -67,7 +66,6 @@ public void testFoldingRanges_collapsedText() {
DEMO_TS_FILE_BODY,
// language=json
"""
[
{
"startLine": 0,
Expand Down

0 comments on commit d9b6255

Please sign in to comment.