fix: remove unreachable code

This commit is contained in:
Jack Merrill 2023-08-19 00:36:05 -05:00
parent ffcdaa8246
commit 981fe571a9
No known key found for this signature in database
GPG Key ID: B8E3CDF57DD80CA5

View File

@ -258,6 +258,4 @@ func (c *PVTA) Exec(ctx shireikan.Context) error {
return nil
}
return nil
}