Skip to content

Commit da8dfbf

Browse files
committed
Formatting.
1 parent a509890 commit da8dfbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/FirebirdSql.Data.FirebirdClient/Common/TypeEncoder.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ public static byte[] EncodeGuid(Guid value)
109109
var c = BitConverter.GetBytes(IPAddress.NetworkToHostOrder(BitConverter.ToInt16(data, 6)));
110110
return new[]
111111
{
112-
a[0], a[1], a[2], a[3],
113-
b[0], b[1],
114-
c[0], c[1],
115-
data[8], data[9], data[10], data[11], data[12], data[13], data[14], data[15]
116-
};
112+
a[0], a[1], a[2], a[3],
113+
b[0], b[1],
114+
c[0], c[1],
115+
data[8], data[9], data[10], data[11], data[12], data[13], data[14], data[15]
116+
};
117117
}
118118

119119
public static byte[] EncodeInt32(int value)

0 commit comments

Comments
 (0)