mirror of
https://github.com/taigrr/systemctl.git
synced 2026-03-09 00:14:38 -07:00
gofumpt against remaining go files
This commit is contained in:
@@ -36,5 +36,5 @@ var (
|
||||
|
||||
// Something in the stderr output contains the word `Failed`, but it is not a known case
|
||||
// This is a catch-all, and if it's ever seen in the wild, please submit a PR
|
||||
ErrUnspecified = errors.New("Unknown error, please submit an issue at github.com/taigrr/systemctl")
|
||||
ErrUnspecified = errors.New("unknown error, please submit an issue at github.com/taigrr/systemctl")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user