Skip to content

Commit

Permalink
style: Fix using gofmt cmd
Browse files Browse the repository at this point in the history
Signed-off-by: mahendrapaipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Nov 17, 2023
1 parent 9b2207f commit caf14f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type nationalRealTimeFields struct {
HydrauliqueStepTurbinage int64 `json:"hydraulique_step_turbinage"` // Hydraulic - STEP turbine (MW)
Nature string `json:"nature"` // Nature of data - Realtime.
Nucleaire int64 `json:"nucleaire"` // Nuclear (MW)
Perimeter string `json:"perimetre"` // nolint:misspell// Perimeter - France.
Perimeter string `json:"perimetre"` // nolint:misspell// Perimeter - France.
Pompage int64 `json:"pompage"` // Pumping (MW) - Consumption by pumps at trasfer stations.
PrevisionJ int64 `json:"prevision_j"` // Forcaset J (MW) - For the same day.
PrevisionJ1 int64 `json:"prevision_j1"` // Forcaset J-1 (MW) - Forecast, made the day before for the following day, of consumption.
Expand Down

0 comments on commit caf14f3

Please sign in to comment.