Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 committed May 23, 2024
1 parent fbe3bba commit 042b8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/integration/elasticsearch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (s *ESStorageIntegration) initializeES(t *testing.T, allTagsAsFields bool)

s.CleanUp = func(t *testing.T) {
s.esCleanUp(t)
\ }
}
s.esCleanUp(t)
}

Expand Down

0 comments on commit 042b8df

Please sign in to comment.