Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
58e6ad49d6
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ import (
|
|||
// This micro-optimization is intended for multi-pipeline
|
||||
// projects that would otherwise covert the file for each
|
||||
// pipeline execution.
|
||||
func Memoize(base core.ConvertService) core.ConvertService {
|
||||
func Memoize(base core.ConfigService) core.ConfigService {
|
||||
return new(noop)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue