2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-02 23:38:54 +00:00

linting fix

This commit is contained in:
Oliver Walters 2022-05-02 10:36:03 +10:00
parent ef422b4f00
commit 2cdf927d98

View File

@ -117,7 +117,7 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
// Reload location information
if (location != null) {
final bool result = await location!.reload() ?? false;
final bool result = await location!.reload();
if (!result) {
Navigator.of(context).pop();