Skip to content

Commit

Permalink
chore(lint): format file
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Sep 23, 2023
1 parent bbf963c commit dbe69ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spdk/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@ type NvmfSubsystemAddListenerResult bool

// NvmfSubsystemAddHostParams holds the parameters required to add a host to NVMf subsystem
type NvmfSubsystemAddHostParams struct {
Nqn string `json:"nqn"`
Host string `json:"host"`
TgtName string `json:"tgt_name,omitempty"`
Psk string `json:"psk,omitempty"`
Nqn string `json:"nqn"`
Host string `json:"host"`
TgtName string `json:"tgt_name,omitempty"`
Psk string `json:"psk,omitempty"`
}

// NvmfSubsystemAddHostResult is the result of adding host to NVMf subsystem
Expand Down

0 comments on commit dbe69ae

Please sign in to comment.