Skip to content

Commit

Permalink
fix: remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Valimp authored and Edouard Marquez committed Nov 14, 2024
1 parent 5d09304 commit 7f95def
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class _AddNewProductPageState extends State<AddNewProductPage>
(widget.displayPictures ? 1 : 0);

double get _progress => (_pageNumber + 1) / _totalPages;

bool get _isLastPage => (_pageNumber + 1) == _totalPages;
ProductType? _inputProductType;
late ColorScheme _colorScheme;
Expand Down Expand Up @@ -586,7 +585,6 @@ class _AddNewProductPageState extends State<AddNewProductPage>
),
);
}

return rows;
}

Expand Down

0 comments on commit 7f95def

Please sign in to comment.