mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
test to make server
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Govor.Application.Interfaces;
|
||||
|
||||
public interface ISynchingService
|
||||
{
|
||||
/// <summary>
|
||||
/// Brings all line breaks (CRLF, CR) to a single LF(\n) standard.
|
||||
/// </summary>
|
||||
/// <param name="input">The original line containing the line break.</param>
|
||||
/// <returns>A string normalized using only \n.</returns>
|
||||
string NormalizeNewlines(string input);
|
||||
}
|
||||
Reference in New Issue
Block a user