mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-04 09:43:23 +02:00
README: fixup spaces on code example (#961)
The code example was rendering oddly in github.com because the first line had 4 spaces instead of tabs like the rest of the example. Fix this.
This commit is contained in:
parent
452256cbf4
commit
7918070617
@ -43,7 +43,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
pusher, err := stdout.InstallNewPipeline(nil, nil)
|
pusher, err := stdout.InstallNewPipeline(nil, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
@ -67,7 +67,6 @@ func main() {
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [API
|
See the [API
|
||||||
|
Loading…
Reference in New Issue
Block a user