Skip to content
This repository has been archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
ignore: avoid_classes_with_only_static_members
Browse files Browse the repository at this point in the history
  • Loading branch information
werainkhatri authored and Viren Khatri committed Apr 14, 2022
1 parent 03b749c commit aff857b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/hash_codes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ part of dart.ui;
class _HashEnd { const _HashEnd(); }
const _HashEnd _hashEnd = _HashEnd();

// ignore: avoid_classes_with_only_static_members
/// Jenkins hash function, optimized for small integers.
//
// Borrowed from the dart sdk: sdk/lib/math/jenkins_smi_hash.dart.
Expand Down
1 change: 1 addition & 0 deletions lib/web_ui/lib/hash_codes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ part of ui;
class _HashEnd { const _HashEnd(); }
const _HashEnd _hashEnd = _HashEnd();

// ignore: avoid_classes_with_only_static_members
/// Jenkins hash function, optimized for small integers.
//
// Borrowed from the dart sdk: sdk/lib/math/jenkins_smi_hash.dart.
Expand Down

0 comments on commit aff857b

Please sign in to comment.