Skip to content

Commit 3616ed8

Browse files
authored
fix:Compiler error
1 parent ee4df79 commit 3616ed8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/LinkDotNet.Blog.Web/Features/Services/ReadingTimeCalculator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ private static int GetWordCount(ReadOnlySpan<char> content)
3333
}
3434

3535
return wordCount;
36-
37-
return wordCount;
3836
}
3937
}

0 commit comments

Comments
 (0)