Skip to content

Commit 757f86d

Browse files
committed
Make linter happy
1 parent bf02b19 commit 757f86d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
20

specification/ingest/_types/Processors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
2222
import { Field, Fields, GrokPattern, Id, Name } from '@_types/common'
2323
import { GeoShapeRelation } from '@_types/Geo'
2424
import { double, integer, long } from '@_types/Numeric'
25-
import { SortOrder } from '@_types/sort'
2625
import { Script } from '@_types/Scripting'
26+
import { SortOrder } from '@_types/sort'
2727

2828
/**
2929
* @variants container

0 commit comments

Comments
 (0)