Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit cd1f377

Browse files
committed
Minor style change to match codebase
Removes explicit internal modifier from class.
1 parent 5e0cc5a commit cd1f377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InfluxDB.Collector/Util/PseudoHighResTimestampSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace InfluxDB.Collector.Util
1717
///
1818
/// As a remediation for this, we infuse DateTime.UtcNow with a sequence number until it ticks over.
1919
/// </remarks>
20-
internal class PseudoHighResTimestampSource : ITimestampSource
20+
class PseudoHighResTimestampSource : ITimestampSource
2121
{
2222
private long _lastUtcNowTicks = 0;
2323
private long _sequence = 0;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy