Skip to content

Commit

Permalink
fix(snap): go fmt snap/hooks/*.go
Browse files Browse the repository at this point in the history
Signed-off-by: Mengyi <[email protected]>
  • Loading branch information
MonicaisHer committed Oct 29, 2021
1 parent a19486a commit d0f27dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion snap/local/hooks/cmd/configure/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ func main() {
os.Exit(1)
}
}

1 change: 0 additions & 1 deletion snap/local/hooks/cmd/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,3 @@ func main() {
}

}

1 change: 0 additions & 1 deletion snap/local/hooks/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ var ConfToEnv = map[string]string{
"device.update-last-connected": "DEVICE_UPDATELASTCONNECTED",
"device.use-message-bus": "DEVICE_USEMESSAGEBUS",
}

0 comments on commit d0f27dc

Please sign in to comment.