mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: remove trailing whitespace
This commit is contained in:
parent
45d7e0a3ed
commit
cae83e41aa
@ -32,7 +32,6 @@ interface Boundaries {
|
||||
right: number,
|
||||
top: number,
|
||||
bottom: number,
|
||||
|
||||
}
|
||||
|
||||
interface Dimensions {
|
||||
@ -109,7 +108,7 @@ const calculateOverlapRatio = (
|
||||
targetDimension: number
|
||||
): number => {
|
||||
const maxRange = Math.max(sourceDimension, targetDimension);
|
||||
|
||||
|
||||
return overlapAmount / maxRange;
|
||||
};
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user