Skip to content

Commit

Permalink
Fix Linter
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Nov 9, 2024
1 parent c385416 commit 4194aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/storage/integration/cassandra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ func (s *CassandraStorageIntegration) cleanUp(t *testing.T) {
func (*CassandraStorageIntegration) initializeCassandraFactory(
t *testing.T,
flags []string,
isArchive bool) *cassandra.Factory {
isArchive bool,
) *cassandra.Factory {
logger := zaptest.NewLogger(t, zaptest.WrapOptions(zap.AddCaller()))
f := cassandra.NewFactory(isArchive)
v, command := config.Viperize(f.AddFlags)
Expand Down

0 comments on commit 4194aab

Please sign in to comment.