Fixed checkstyle

This commit is contained in:
Marcin Grzejszczak
2020-03-25 08:45:51 +01:00
parent 0a7a9b5486
commit 8b3bdce820

View File

@@ -100,4 +100,4 @@ class NullSampler implements SamplerFunction<HttpRequest> {
return "Null";
}
}
}