Skip to content

Commit 9aadb0f

Browse files
committed
Fix style issues`
1 parent c5e6444 commit 9aadb0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/_types/analysis/char_filters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class CharFilterBase {
2525
version?: VersionString
2626
}
2727

28-
/**
28+
/**
2929
* @codegen_names name, definition
3030
* @ext_doc_id analysis-charfilters
3131
*/

specification/_types/analysis/tokenizers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class WhitespaceTokenizer extends TokenizerBase {
137137
max_token_length?: integer
138138
}
139139

140-
/**
140+
/**
141141
* @codegen_names name, definition
142142
* @ext_doc_id analysis-tokenizers
143143
*/

0 commit comments

Comments
 (0)