Skip to content

Commit

Permalink
Update lib/src/utils/deprecation.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Yoann-Abbes <[email protected]>
  • Loading branch information
MathieuVeber and Yoann-Abbes authored Apr 20, 2021
1 parent 4aeaa50 commit eed0d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utils/deprecation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DeprecationHandler {
final bool deprecationWarning;

KuzzleResponse logDeprecation(KuzzleResponse response) {
if(deprecationWarning && response.deprecations.isNotEmpty) {
if (deprecationWarning && response.deprecations.isNotEmpty) {
for (final deprecation in response.deprecations) {
log(
'${response.action}: ${deprecation.message}',
Expand Down

0 comments on commit eed0d05

Please sign in to comment.