Skip to content

Commit

Permalink
Fix 4 warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Mar 5, 2024
1 parent 64d94a0 commit b8e6d9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/src/core/block_information.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
part of web3dart;
part of 'package:web3dart/web3dart.dart';

class BlockInformation {
BlockInformation({
Expand Down
2 changes: 1 addition & 1 deletion lib/src/core/ether_amount.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
part of web3dart;
part of 'package:web3dart/web3dart.dart';

/// Utility class to easily convert amounts of Ether into different units of
/// quantities.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/core/ether_unit.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
part of web3dart;
part of 'package:web3dart/web3dart.dart';

enum EtherUnit {
/// Wei, the smallest and atomic amount of Ether
Expand Down
2 changes: 1 addition & 1 deletion lib/src/utils/length_tracking_byte_sink.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
part of web3dart;
part of 'package:web3dart/web3dart.dart';

class LengthTrackingByteSink extends ByteConversionSinkBase {
final Uint8Buffer _buffer = Uint8Buffer();
Expand Down

0 comments on commit b8e6d9b

Please sign in to comment.