Skip to content

Commit b7b580e

Browse files
committed
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
1 parent c2c9a14 commit b7b580e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/kbn-esql-ast/src/ast_helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import type {
4141
FunctionSubtype,
4242
ESQLNumericLiteral,
4343
} from './types';
44-
import { formatIdentifierParts, parseIdentifier } from './parser/helpers';
44+
import { parseIdentifier } from './parser/helpers';
4545

4646
export function nonNullable<T>(v: T): v is NonNullable<T> {
4747
return v != null;

0 commit comments

Comments
 (0)