Skip to content

Commit

Permalink
dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsocrat committed Aug 19, 2024
1 parent 65c1940 commit a42706e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/chart/base/base_chart/render_base_chart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ abstract class RenderBaseChart<R extends BaseTouchResponse> extends RenderBox
response = getResponseAtLocation(localPosition);
}

if(pointerCount <= 1){
if (pointerCount <= 1) {
_touchCallback!(event, response);
}

Expand Down

0 comments on commit a42706e

Please sign in to comment.