fix a few compiler warnings
This commit is contained in:
@@ -4,5 +4,5 @@ namespace WordpressEboobScraper2.Scraper;
|
||||
|
||||
public class Utf8StringWriter : StringWriter
|
||||
{
|
||||
public override Encoding Encoding { get { return Encoding.UTF8; } }
|
||||
public override Encoding Encoding => Encoding.UTF8;
|
||||
}
|
||||
Reference in New Issue
Block a user