Skip to content

Commit

Permalink
task: correct whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
javdhu committed Oct 5, 2021
1 parent ada39d6 commit ce09cc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/services/arweave/arweave_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ class ArweaveService {
/// Creates and signs a [Transaction] representing the provided entity.
///
/// Optionally provide a [SecretKey] to encrypt the entity data.
Future<Transaction> prepareEntityTx(
Entity entity,
Wallet wallet, [
Expand Down Expand Up @@ -406,6 +407,7 @@ class ArweaveService {
/// Creates and signs a [DataItem] representing the provided entity.
///
/// Optionally provide a [SecretKey] to encrypt the entity data.
Future<DataItem> prepareEntityDataItem(
Entity entity,
Wallet wallet, [
Expand All @@ -420,6 +422,7 @@ class ArweaveService {
}

/// Creates and signs a [Transaction] representing the provided [DataBundle].
Future<Transaction> prepareDataBundleTx(
DataBundle bundle, Wallet wallet) async {
final bundleTx = await client.transactions.prepare(
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies:
package_info_plus: ^1.0.3
js: ^0.6.3
collection: ^1.15.0-nullsafety.4


dev_dependencies:
flutter_test:
Expand Down

0 comments on commit ce09cc4

Please sign in to comment.