diff --git a/src/include/units/physical/si/energy.h b/src/include/units/physical/si/energy.h index d199accd..23c9c847 100644 --- a/src/include/units/physical/si/energy.h +++ b/src/include/units/physical/si/energy.h @@ -35,7 +35,7 @@ struct kilojoule : prefixed_unit {}; struct megajoule : prefixed_unit {}; struct gigajoule : prefixed_unit {}; -struct electronvolt : named_scaled_unit, joule> {}; +struct electronvolt : named_scaled_unit, joule> {}; struct dim_energy : physical::dim_energy {};