mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
remove extra space in code block
parent
d88eb52c5a
commit
8c66644ac6
@ -275,7 +275,7 @@ And encourages more robust and readable code:
|
||||
|
||||
``` go
|
||||
value, ok := Lookup(key)
|
||||
if !ok {
|
||||
if !ok {
|
||||
return fmt.Errorf("no value for %q", key)
|
||||
}
|
||||
return Parse(value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user