Fix format.

This commit is contained in:
wusheng 2017-06-04 20:42:26 +08:00
parent 4a7648dd9d
commit 7885b4b9aa
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}