Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Feb 5, 2025
1 parent 869ca46 commit e0c2425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/language/printer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type { ASTNode } from './ast';
import { printBlockString } from './blockString';
import { Kind } from './kinds';
import { printString } from './printString';
import type { ASTReducer } from './visitor';
import { visit } from './visitor';

/**
Expand Down

0 comments on commit e0c2425

Please sign in to comment.