Skip to content

Commit bc6cbb0

Browse files
eestyurishkuro
authored andcommitted
Add missing newline at end of lesson files. (yurishkuro#20)
1 parent 3e59d6b commit bc6cbb0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

go/lesson01/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ helper function into its own package so that we can reuse it in the other lesson
196196
Next lesson: [Context and Tracing Functions](../lesson02).
197197

198198
[semantic-conventions]: https://github.com/opentracing/specification/blob/master/semantic_conventions.md
199-
[google-logging]: https://www.google.com/search?q=structured-logging
199+
[google-logging]: https://www.google.com/search?q=structured-logging

go/lesson03/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ The complete program can be found in the [solution](./solution) package.
200200

201201
Next lesson: [Baggage](../lesson04).
202202

203-
[semantic-conventions]: https://github.com/opentracing/specification/blob/master/semantic_conventions.md
203+
[semantic-conventions]: https://github.com/opentracing/specification/blob/master/semantic_conventions.md

nodejs/lesson04/solution/hello-context.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ const tracer = initTracer('hello-world');
9494

9595
sayHello(helloTo, greeting);
9696

97-
setTimeout( e => {tracer.close();}, 12000);
97+
setTimeout( e => {tracer.close();}, 12000);

nodejs/lesson04/solution/hello.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ const tracer = initTracer('hello-world');
8282

8383
sayHello(helloTo, greeting);
8484

85-
setTimeout( e => {tracer.close();}, 12000);
85+
setTimeout( e => {tracer.close();}, 12000);

python/lesson01/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ helper function into its own package so that we can reuse it in the other lesson
216216
Next lesson: [Context and Tracing Functions](../lesson02).
217217

218218
[semantic-conventions]: https://github.com/opentracing/specification/blob/master/semantic_conventions.md
219-
[google-logging]: https://www.google.com/search?q=structured-logging
219+
[google-logging]: https://www.google.com/search?q=structured-logging

0 commit comments

Comments
 (0)