Updated golandci-lint to 1.21.0
Signed-off-by: Michał Matczuk <michal@scylladb.com>
This commit is contained in:
committed by
Michal Matczuk
parent
3e60935d2a
commit
1668ca5832
@@ -32,7 +32,7 @@ type Table struct {
|
||||
}
|
||||
|
||||
// New creates new Table based on table schema read from Metadata.
|
||||
func New(m Metadata) *Table {
|
||||
func New(m Metadata) *Table { // nolint: gocritic
|
||||
t := &Table{
|
||||
metadata: m,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user