Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
  • Loading branch information
mazzy89 committed Oct 8, 2020
1 parent f789a97 commit 92c29a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu/qemu.go
Expand Up @@ -2124,6 +2124,7 @@ func (fwcfg FwCfg) Valid() bool {
return true
}

// QemuParams returns the qemu parameters built out of the FwCfg object
func (fwcfg FwCfg) QemuParams(config *Config) []string {
var fwcfgParams []string
var qemuParams []string
Expand Down

0 comments on commit 92c29a0

Please sign in to comment.