Skip to content

Commit 3f559d8

Browse files
committed
Reformat
1 parent fc955ea commit 3f559d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

specification/_types/mapping/specialized.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { double, integer } from '@_types/Numeric'
2323
import { DocValuesPropertyBase, IndexOptions, OnScriptError } from './core'
2424
import { PropertyBase } from './Property'
2525
import { Script } from '@_types/Scripting'
26-
import {
26+
import {
2727
IcuCollationAlternate,
2828
IcuCollationCaseFirst,
2929
IcuCollationDecomposition,
@@ -105,7 +105,6 @@ export class IcuCollationProperty extends DocValuesPropertyBase {
105105
* Whether the field value should be stored and retrievable separately from the `_source` field.
106106
*/
107107
store?: boolean
108-
109108
rules?: string
110109
language?: string
111110
country?: string

0 commit comments

Comments
 (0)