summaryrefslogtreecommitdiff
path: root/modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Peer.cs
diff options
context:
space:
mode:
authorRaul Santos <raulsntos@gmail.com>2022-08-27 03:22:23 +0200
committerRaul Santos <raulsntos@gmail.com>2022-08-27 03:22:31 +0200
commitd35c58507c7b4e1da2c310f3d290c7c13ea8fcf0 (patch)
treeddc4087efad7fd134b17696cc996970e11e6b6ce /modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Peer.cs
parent390333e822c95081cfbd837699c8c63370b388dc (diff)
Fix C# style with `dotnet format`
Diffstat (limited to 'modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Peer.cs')
-rw-r--r--modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Peer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Peer.cs b/modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Peer.cs
index 10d7e1898e..dd3913b4f3 100644
--- a/modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Peer.cs
+++ b/modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Peer.cs
@@ -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()