From cdc6cfbf962867ef46fe7abc526fe36d29b859d7 Mon Sep 17 00:00:00 2001 From: Louis Seubert Date: Sat, 9 May 2026 20:08:27 +0200 Subject: [PATCH] chore: apply dotnet format fixes --- src/process/Buffered/BufferedCommandResult.cs | 2 +- src/process/CommandResult.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/process/Buffered/BufferedCommandResult.cs b/src/process/Buffered/BufferedCommandResult.cs index 1ab4750..4d90700 100644 --- a/src/process/Buffered/BufferedCommandResult.cs +++ b/src/process/Buffered/BufferedCommandResult.cs @@ -42,7 +42,7 @@ public partial class BufferedCommandResult : CommandResult public partial class BufferedCommandResult { /// - /// Converts the result to a string value that corresponds to the property. + /// Converts the result to a string value that corresponds to the property. /// public static implicit operator string(BufferedCommandResult result) { diff --git a/src/process/CommandResult.cs b/src/process/CommandResult.cs index 17c66fa..433e62e 100644 --- a/src/process/CommandResult.cs +++ b/src/process/CommandResult.cs @@ -47,7 +47,7 @@ public partial class CommandResult public partial class CommandResult { /// - /// Converts the result to an integer value that corresponds to the property. + /// Converts the result to an integer value that corresponds to the property. /// public static implicit operator int(CommandResult result) { @@ -55,7 +55,7 @@ public partial class CommandResult } /// - /// Converts the result to a boolean value that corresponds to the property. + /// Converts the result to a boolean value that corresponds to the property. /// public static implicit operator bool(CommandResult result) {