mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
style(lint): lint errors too
This commit is contained in:
@ -551,4 +551,4 @@ function ratioToValue(
|
||||
|
||||
function valueToRatio(value: number, min: number, max: number): number {
|
||||
return clamp(0, (value - min) / (max - min), 1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user