Fix format.
This commit is contained in:
parent
4a7648dd9d
commit
7885b4b9aa
|
|
@ -41,7 +41,7 @@ public class SamplingService implements BootService {
|
|||
if (rollingSeed % Config.Agent.SAMPLING_CYCLE != 0) {
|
||||
segment.setSampled(false);
|
||||
rollingSeed++;
|
||||
}else{
|
||||
} else {
|
||||
this.rollingSeed = 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue