Skip to content

Commit 86e6bb7

Browse files
committed
make EndFunc internal
1 parent 6a5419b commit 86e6bb7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
delegate bool EndFunc(string line);

src/MarkdownSnippets/Reading/StartEndTester.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
public delegate bool EndFunc(string line);
2-
3-
static class StartEndTester
1+
static class StartEndTester
42
{
53
internal static bool IsStartOrEnd(string trimmedLine) =>
64
IsBeginSnippet(trimmedLine) ||

0 commit comments

Comments
 (0)