Skip to content

Commit 80f43be

Browse files
committed
fix(unit): Add return type to SiNamedUnit._withPrefix
1 parent 18d2d14 commit 80f43be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/core/unit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class SiNamedUnit extends NamedUnit {
231231
super.spaceBeforeSymbol = true,
232232
});
233233

234-
_withPrefix(
234+
NamedUnit _withPrefix(
235235
String symbolPrefix,
236236
String namePrefix,
237237
double scale,

0 commit comments

Comments
 (0)