Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscantero committed Jul 22, 2024
1 parent 26c3ae8 commit b3ddad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AlarmCondition/Model/SourceState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ private DialogConditionState CreateDialog(string dialogName)

private byte[] GetNextGuidAsByteArray()
{
// unpack the object to Uuid and then explicit cast to Guid to access the byte[]
// using RandomGenerator with known known seed to get reproducible results
// Unpack the object to Uuid and then explicitly cast to Guid to access the byte[]
// using a random generator with a known seed to get reproducible results.
return ((Guid)((Uuid)m_generator.GetRandom(
NodeId.Parse($"i={(int)BuiltInType.Guid}"),
ValueRanks.Scalar, new uint[] { 1 },
Expand Down

0 comments on commit b3ddad8

Please sign in to comment.