Skip to content

Commit

Permalink
docs: docuemtn the HrTime format, fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesJHPark committed Nov 5, 2021
1 parent b15df0a commit 68f26e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/opentelemetry-core/src/common/time.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const SECOND_TO_NANOSECONDS = Math.pow(10, NANOSECOND_DIGITS);
* This is represented in HrTime format as [1609504210, 150000000].
* @param epochMillis
*/

function numberToHrtime(epochMillis: number): api.HrTime {
const epochSeconds = epochMillis / 1000;
// Decimals only.
Expand Down

0 comments on commit 68f26e2

Please sign in to comment.