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