fix gometalinter error
This commit is contained in:
parent
4afb1d91c6
commit
9a8fb7e848
|
@ -1,9 +1,7 @@
|
|||
package hermes
|
||||
|
||||
// Default is the theme by default
|
||||
type Default struct {
|
||||
name string
|
||||
}
|
||||
type Default struct{}
|
||||
|
||||
// Name returns the name of the default theme
|
||||
func (dt *Default) Name() string {
|
||||
|
|
Loading…
Reference in New Issue