Skip to content

Commit 649d0be

Browse files
committed
Code style fix
***NO_CI***
1 parent 27df656 commit 649d0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFirmwareFlasher.Library/EspTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public Esp32DeviceInfo GetDeviceDetails(
162162
null,
163163
out messages))
164164
{
165-
if(messages.Contains("A fatal error occurred: Failed to connect to Espressif device: No serial data received."))
165+
if (messages.Contains("A fatal error occurred: Failed to connect to Espressif device: No serial data received."))
166166
{
167167
Console.ForegroundColor = ConsoleColor.Red;
168168

0 commit comments

Comments
 (0)