update formatting

This commit is contained in:
Neevash Ramdial
2021-01-29 10:34:18 -04:00
parent 1628a7f4d7
commit e5829c3c83
@@ -3,5 +3,4 @@ import 'package:flutter/widgets.dart';
/// A signature for a callback which exposes an error and returns a function.
/// This Callback can be used in cases where an API failure occurs and the widget
/// is unable to render data.
typedef ErrorBuilder = Widget Function(
BuildContext context, Object error);
typedef ErrorBuilder = Widget Function(BuildContext context, Object error);