Skip to content

Commit afe2cd9

Browse files
committed
readme indentation
1 parent caf8f9e commit afe2cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public static class LookConfiguration
3131
// if not set, then all will be used by default
3232
public static string[] ExamineIndexers { get; set; }
3333

34-
// function to indicate whether indexing should take place
34+
// function to indicate whether indexing should take place
3535
// if not set, then will indexing will always occur
36-
public static Func<IndexingContext, bool> IndexIf { set; }
36+
public static Func<IndexingContext, bool> IndexIf { set; }
3737

3838
// creates case sensitive and case insensitive fields (not analyzed) - for use with NameQuery
3939
// if not set, then will use the IPublishedContent.Name

0 commit comments

Comments
 (0)