mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
Run gofmt -s on source files
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
b6f44aaf1a
commit
d55af2abf0
@@ -204,7 +204,7 @@ func (l *logger) Reset() {
|
||||
}
|
||||
}
|
||||
|
||||
// NewLogger creates a new Logger for the given thresholds
|
||||
// NewLogger creates a new Logger for the given thresholds
|
||||
func NewLogger(stdoutThreshold, logThreshold jww.Threshold, outHandle, logHandle io.Writer, saveErrors bool) Logger {
|
||||
return newLogger(stdoutThreshold, logThreshold, outHandle, logHandle, saveErrors)
|
||||
}
|
||||
|
@@ -62,7 +62,7 @@ func (p Params) IsZero() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
for k, _ := range p {
|
||||
for k := range p {
|
||||
return k == mergeStrategyKey
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user