Skip to content

Commit

Permalink
Fixed conflicts in fluid flow >> flow rate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmjr committed Jun 3, 2023
2 parents 0f84233 + 5221bfc commit 84fc2c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private void calculateWithoutCustomUnit () {
step1 = volume / deltaTime;
}

@Override
@Override
public Double getResult () {
return step1;
}
Expand Down

0 comments on commit 84fc2c6

Please sign in to comment.