Skip to content

Commit

Permalink
lxd/main_init_dump: add comment for exported function
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Sep 4, 2024
1 parent 228a5f4 commit e1d8657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lxd/main_init_dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"github.com/canonical/lxd/shared/api"
)

// RunDump dumps the server configuration.
func (c *cmdInit) RunDump(d lxd.InstanceServer) error {
currentServer, _, err := d.GetServer()
if err != nil {
Expand Down

0 comments on commit e1d8657

Please sign in to comment.