code style fixes

This commit is contained in:
bergquist
2018-01-15 10:26:33 +01:00
parent b63c834a4b
commit b511788c51
4 changed files with 4 additions and 6 deletions

View File

@ -35,8 +35,6 @@ type PluginScanner struct {
errors []error
}
type Dispose func()
type PluginManager struct {
log log.Logger
}