Skip to content

Commit

Permalink
files format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul-Vijay committed Jul 12, 2020
1 parent 851a487 commit dcf2670
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/screens/storesList.dart
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ class _StoresScreenState extends State<StoresScreen> {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) =>
GoogleLocationScreen(
builder: (context) => GoogleLocationScreen(
userEmail: _email,
)),
);
Expand Down

0 comments on commit dcf2670

Please sign in to comment.