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