Skip to content

Commit

Permalink
task fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chilagrow committed Aug 29, 2023
1 parent 003ca76 commit d64a35d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/backends/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ func (dbc *databaseContract) RenameCollection(ctx context.Context, params *Renam
}

// StatsParams represents the parameters of Database.Stats method.
type StatsParams struct {
}
type StatsParams struct{}

// StatsResult represents the results of Database.Stats method.
//
Expand Down

0 comments on commit d64a35d

Please sign in to comment.