Skip to content

Commit be9f97e

Browse files
coderabbitai[bot]CodeRabbit
andauthored
fix: apply CodeRabbit auto-fixes
Fixed 1 file(s) based on 1 unresolved review comment. Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
1 parent 0317342 commit be9f97e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/editor/VariableScope.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('VariableScope', () => {
4343

4444
it('falls back to raw trimmed string if expression parsing fails', () => {
4545
const scopeMgr = new VariableScope()
46-
const doc = '/var greeting = Hello World'
46+
const doc = '/var greeting = Hello World '
4747

4848
scopeMgr.triggerScopeUpdate(doc, null)
4949
vi.advanceTimersByTime(300)

0 commit comments

Comments
 (0)