Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Oct 16, 2024
1 parent 5443ff0 commit 04c7db2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/standard-clojure-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -3292,7 +3292,7 @@
ignoreNodesEndId = nextIgnoreNode.id
}
} else if (isDiscardMap) {
// go back and find the opening { and closing } for this form
// find the opening { and closing } for this form
const openingBraceNode = findPrevNodeWithPredicate(nodesArr, idx, isOpeningBraceNode)
const closingBraceNodeId = openingBraceNode.children[2].id

Expand Down
1 change: 0 additions & 1 deletion test/format.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ test('All test_format/ cases should have unique names', () => {
const onlyRunSpecificTests = false
const specificTests = new Set()
// specificTests.add('your test case here')
specificTests.add('ignore forms 8')

const ignoreSomeTests = true
const ignoreTests = new Set()
Expand Down

0 comments on commit 04c7db2

Please sign in to comment.