Skip to content

Commit 2a6f5bf

Browse files
committed
style: apply dart formatting to stripe_loader.dart
1 parent ff2a599 commit 2a6f5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/stripe_js/lib/src/loader/stripe_loader.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Future<void> _injectSrcScript(String src, String windowVar) async {
1212
void onLoadCallback(JSAny? _) {
1313
completer.complete();
1414
}
15+
1516
globalContext['ff_trigger_$windowVar'] = (onLoadCallback).toJS;
1617

1718
// Create and inject the script tag

0 commit comments

Comments
 (0)