Fix C# style with dotnet format
This commit is contained in:
parent
390333e822
commit
d35c58507c
12 changed files with 158 additions and 139 deletions
|
|
@ -78,7 +78,7 @@ namespace GodotTools.IdeMessaging
|
|||
clientStream.WriteTimeout = ClientWriteTimeout;
|
||||
|
||||
clientReader = new StreamReader(clientStream, Encoding.UTF8);
|
||||
clientWriter = new StreamWriter(clientStream, Encoding.UTF8) {NewLine = "\n"};
|
||||
clientWriter = new StreamWriter(clientStream, Encoding.UTF8) { NewLine = "\n" };
|
||||
}
|
||||
|
||||
public async Task Process()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue