formatting
This commit is contained in:
parent
d3260243f5
commit
e5c119b857
|
|
@ -2,7 +2,7 @@ package com.datadoghq.trace.util;
|
|||
|
||||
public class Clock {
|
||||
|
||||
public synchronized static long nowNanos() {
|
||||
public static synchronized long nowNanos() {
|
||||
return System.nanoTime();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue