mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-01-03 10:24:26 +00:00
fix: lint issues after merge
This commit is contained in:
@@ -30,7 +30,7 @@ func newMountPoint(config MountConfig, defaults *ServiceConfig) (*mountPoint, er
|
||||
}
|
||||
|
||||
if config.Provider == nil {
|
||||
return nil, fmt.Errorf("Provider cannot be nil")
|
||||
return nil, fmt.Errorf("provider cannot be nil")
|
||||
}
|
||||
|
||||
mp := &mountPoint{
|
||||
|
||||
Reference in New Issue
Block a user