Skip to content
Snippets Groups Projects
Commit c9f3b4cd authored by Alex Tjaarda's avatar Alex Tjaarda
Browse files

Fix indentation in config parameter

parent 2951823e
No related branches found
No related tags found
No related merge requests found
Pipeline #73634 failed
......@@ -17,7 +17,7 @@ type MetricConfiguration struct {
type NodeConfig struct {
NodeName string `json:"Nodename"`
SpreadFactor float64 `json:"spreadFactor,omitempty"`
SpreadFactor float64 `json:"SpreadFactor,omitempty"`
MetricsNeighbourNodes []MetricConfiguration `json:"MetricsNeighbourNodes"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment