@@ -16,6 +16,6 @@ |
||
16 | 16 | */ |
17 | 17 | public function calculate(TermsInterface $term): int|float |
18 | 18 | { |
19 | - return $term->termOne() * $term->termTwo(); |
|
19 | + return $term->termOne() * $term->termTwo(); |
|
20 | 20 | } |
21 | 21 | } |
22 | 22 | \ No newline at end of file |