Run gofumpt on the project
This commit is contained in:
+1
-3
@@ -24,9 +24,7 @@ var (
|
||||
_ types.OrgMprisMediaPlayer2PlayerAdapterLoopStatus = (*MPRISHandler)(nil)
|
||||
)
|
||||
|
||||
var (
|
||||
errNotSupported = errors.New("not supported")
|
||||
)
|
||||
var errNotSupported = errors.New("not supported")
|
||||
|
||||
type MPRISHandler struct {
|
||||
// Function called if the player is requested to quit through MPRIS.
|
||||
|
||||
Reference in New Issue
Block a user