Skip to content

Commit 145198f

Browse files
authored
fix typo
1 parent d4c2784 commit 145198f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func main() {
2222
var log logr.Logger = buflogr.NewWithBuffer(&buf)
2323

2424
log = log.WithName("my app")
25-
log := log.WithValues("format", "none")
25+
log = log.WithValues("format", "none")
2626

2727
log.Info("Logr in action!", "the answer", 42)
2828

0 commit comments

Comments
 (0)