forked from TrueCloudLab/frostfs-sdk-go
[#190] sdk-go: Gofumpt fixes
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
157a9930e8
commit
56debcfa56
10 changed files with 17 additions and 18 deletions
|
@ -7,8 +7,7 @@ import (
|
|||
// Validator is a tool that calculates
|
||||
// the action on a request according
|
||||
// to the extended ACL rule table.
|
||||
type Validator struct {
|
||||
}
|
||||
type Validator struct{}
|
||||
|
||||
// NewValidator creates and initializes a new Validator using options.
|
||||
func NewValidator() *Validator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue