Skip to content

Commit e77d16e

Browse files
author
Daniel Low
committed
tabs vs spaces
1 parent c2e2d59 commit e77d16e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Nest/Domain/Mapping/Attributes/ElasticPropertyAttribute.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ public class ElasticPropertyAttribute : Attribute, IElasticPropertyAttribute
2121
public string Analyzer { get; set; }
2222
public string IndexAnalyzer { get; set; }
2323
public string SearchAnalyzer { get; set; }
24-
public string SortAnalyzer { get; set; }
24+
public string SortAnalyzer { get; set; }
2525
public string NullValue { get; set; }
2626
public string Similarity { get; set; }
2727

28-
public bool DocValues { get; set; }
28+
public bool DocValues { get; set; }
2929

3030
public bool OmitNorms { get; set; }
3131
public bool OmitTermFrequencyAndPositions { get; set; }

src/Nest/Domain/Mapping/Attributes/IElasticPropertyAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
public interface IElasticPropertyAttribute
33
{
44
bool AddSortField { get; set; }
5-
5+
66
bool OptOut { get; set; }
77
string Name { get; set; }
88

0 commit comments

Comments
 (0)