Skip to content

Commit ae7e05f

Browse files
rezakrimijtmalinowski
authored andcommitted
style: running npm run lint:fix on all packages
1 parent ec9c03a commit ae7e05f

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

packages/opentelemetry-propagator-jaeger/src/JaegerHttpTracePropagator.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*!
2-
* Copyright 2020, OpenTelemetry Authors
1+
/*
2+
* Copyright The OpenTelemetry Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/opentelemetry-propagator-jaeger/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*!
2-
* Copyright 2020, OpenTelemetry Authors
1+
/*
2+
* Copyright The OpenTelemetry Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/opentelemetry-propagator-jaeger/src/version.ts

-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
17-
// this is autogenerated file, see scripts/version-update.js
1816
export const VERSION = '0.8.0';

packages/opentelemetry-propagator-jaeger/test/JaegerHttpTracePropagator.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*!
2-
* Copyright 2020, OpenTelemetry Authors
1+
/*
2+
* Copyright The OpenTelemetry Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/opentelemetry-propagator-jaeger/test/index-webpack.ts

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*!
2-
* Copyright 2020, OpenTelemetry Authors
1+
/*
2+
* Copyright The OpenTelemetry Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,9 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
17-
// This file is the webpack entry point for the browser Karma tests. It requires
18-
// all modules ending in "test" from the current folder and all its subfolders.
1916
const testsContext = require.context('.', true, /test$/);
2017
testsContext.keys().forEach(testsContext);
2118

0 commit comments

Comments
 (0)