Skip to content
Snippets Groups Projects
Commit 2db74865 authored by Will Rouesnel's avatar Will Rouesnel
Browse files

Fix lint and fmt errors.

parent d5caaf5a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -133,10 +133,8 @@ func (s *pgSetting) normaliseUnit() (val float64, unit string, err error) {
val *= math.Pow(2, 15)
case "16MB":
val *= math.Pow(2, 24)
}
case "32MB":
val *= math.Pow(2, 25)
}
case "64MB":
val *= math.Pow(2, 26)
}
Loading
Loading
Loading
Loading
@@ -92,7 +92,7 @@ var fixtures = []fixture{
d: "Desc{fqName: \"pg_settings_16_mb_real_fixture_metric_bytes\", help: \"Foo foo foo [Units converted to bytes.]\", constLabels: {}, variableLabels: []}",
v: 5.0331648e+07,
},
{
{
p: pgSetting{
name: "32_mb_real_fixture_metric",
setting: "3.0",
Loading
Loading
@@ -108,7 +108,7 @@ var fixtures = []fixture{
d: "Desc{fqName: \"pg_settings_32_mb_real_fixture_metric_bytes\", help: \"Foo foo foo [Units converted to bytes.]\", constLabels: {}, variableLabels: []}",
v: 1.00663296e+08,
},
{
{
p: pgSetting{
name: "64_mb_real_fixture_metric",
setting: "3.0",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment