Skip to content

Commit

Permalink
Automated lint fixes [dependabot skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot authored and chicco785 committed Jul 11, 2024
1 parent fd0bb3d commit 45380ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/go/faults/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@ func main() {
fmt.Printf(
"Received a line fault event message: %s, event type: %s, faulty line: %s, probability: %f, length from t1: %f\n",
data.Fault.Id,
data.Fault.FaultEventType, *data.Fault.FaultyEquipmentId, *data.Fault.LocationProbability, *data.LengthFromTerminal1,
data.Fault.FaultEventType,
*data.Fault.FaultyEquipmentId,
*data.Fault.LocationProbability,
*data.LengthFromTerminal1,
)
}
}
Expand Down

0 comments on commit 45380ae

Please sign in to comment.