Skip to content

Commit

Permalink
Fix casing of QuantileConsts:: kP25_p50_p75_p95
Browse files Browse the repository at this point in the history
Summary: i_have_cdo

Reviewed By: michaelneu

Differential Revision: D69074137

fbshipit-source-id: 26c57d2df90a6420b8c35ff38499281d87b8d05d
  • Loading branch information
John Oxley authored and facebook-github-bot committed Feb 6, 2025
1 parent 0769d19 commit 9e1ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fb303/ExportType.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ struct QuantileConsts {
static constexpr const std::array<double, 4> kP50_P95_P99_P100{
{.5, .95, .99, 1}};
static constexpr const std::array<double, 2> kP0_P100{{.0, 1}};
static constexpr const std::array<double, 4> kP25_p50_p75_p95{
static constexpr const std::array<double, 4> kP25_P50_P75_P95{
{.25, 0.5, 0.75, 0.95}};
};

Expand Down

0 comments on commit 9e1ce25

Please sign in to comment.