Skip to content

Commit

Permalink
fix: format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhanhui committed Mar 14, 2024
1 parent 94ff608 commit 5ac166d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/rocketmq-client-csharp/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static byte[] GetMacAddress()
nics.FirstOrDefault(x => x.OperationalStatus == OperationalStatus.Unknown) ??
nics.FirstOrDefault();

if(nic == null) { return RandomMacAddressBytes; }
if (nic == null) { return RandomMacAddressBytes; }

var mac = nic.GetPhysicalAddress().GetAddressBytes();

Expand Down

0 comments on commit 5ac166d

Please sign in to comment.