Skip to content

Commit 434c57d

Browse files
committed
Fixed space at end of Track Scroes
1 parent 328732f commit 434c57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/DSL/Descriptors/SearchDescriptor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public SearchDescriptor<T> Strict(bool strict = true)
169169
internal bool? _Explain { get; set; }
170170
[JsonProperty(PropertyName = "version")]
171171
internal bool? _Version { get; set; }
172-
[JsonProperty(PropertyName = "track_scores ")]
172+
[JsonProperty(PropertyName = "track_scores")]
173173
internal bool? _TrackScores { get; set; }
174174

175175
[JsonProperty(PropertyName = "min_score")]

0 commit comments

Comments
 (0)