Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niraj-elastic committed Jun 4, 2024
1 parent 683b39d commit 2ce18ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/oracle/tablespace/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (m *MetricSet) transform(in *extractedData) (out map[string]mapstr.M) {
out = make(map[string]mapstr.M, 0)

for _, dataFile := range in.dataFiles {
dataFileCopy := dataFile
dataFileCopy := dataFile
m.addDataFileData(&dataFileCopy, out)
}

Expand Down

0 comments on commit 2ce18ac

Please sign in to comment.