Skip to content

Commit b93eb7c

Browse files
committed
Format aws_kinesis_datastreams
Format `amplify_foundation_dart_bridge`
1 parent 65ed044 commit b93eb7c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

packages/amplify_foundation/amplify_foundation_dart_bridge/lib/src/smithy_credentials_provider_bridge.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ final class SmithyCredentialsProviderBridge
4848
creds.expiration,
4949
);
5050
}
51-
return sig_v4.AWSCredentials(
52-
creds.accessKeyId,
53-
creds.secretAccessKey,
54-
);
51+
return sig_v4.AWSCredentials(creds.accessKeyId, creds.secretAccessKey);
5552
}
5653
}

packages/kinesis/aws_kinesis_datastreams/lib/src/amplify_kinesis_client_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import 'package:aws_kinesis_datastreams_dart/aws_kinesis_datastreams_dart.dart';
1515
/// Client for recording and streaming data to Amazon Kinesis Data Streams.
1616
///
1717
/// Provides offline-capable data streaming with:
18-
/// - Local persistence for offline support (SQLite on native, IndexedDB on web,
18+
/// - Local persistence for offline support (SQLite on native, IndexedDB on web,
1919
/// with in-memory fallback)
2020
/// - Automatic retry for failed records
2121
/// - Configurable batching (up to 500 records or 5MB per batch)

0 commit comments

Comments
 (0)