Skip to content

Commit

Permalink
Remove useless field initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Lun4m committed Nov 11, 2024
1 parent 574cc0f commit 00f649d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migrations/kdvh/import_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ func makeDataPage(obs Obs) (LardObs, error) {
if !obs.param.IsScalar {
return LardObs{
Obstime: obs.Obstime,
Data: valPtr,
Text: &obs.Data,
Useinfo: obs.Useinfo(),
Controlinfo: controlinfo,
Expand Down

0 comments on commit 00f649d

Please sign in to comment.