mirror of https://github.com/golang/go.git
doc/effective_go.html: replace tab with spaces.
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4609042
This commit is contained in:
parent
d6653fed98
commit
e3d2a29e99
|
|
@ -350,7 +350,7 @@ Both names read well in practice:
|
|||
<pre>
|
||||
owner := obj.Owner()
|
||||
if owner != user {
|
||||
obj.SetOwner(user)
|
||||
obj.SetOwner(user)
|
||||
}
|
||||
</pre>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue