mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 05:28:25 +00:00
Fix staticcheck S1023
By removing a redundant return statement. Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
This commit is contained in:
parent
cb2ce9339c
commit
932fdc7f50
@ -30,8 +30,6 @@ const volumeUUID = "67d86208-b46c-4465-9018-e14187d4010"
|
||||
func testAppend(structure interface{}, expected string, t *testing.T) {
|
||||
var config Config
|
||||
testConfigAppend(&config, structure, expected, t)
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
func testConfigAppend(config *Config, structure interface{}, expected string, t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user