Skip to content

Commit

Permalink
fix: dangling library doc comment moved to line above the NotifyServi…
Browse files Browse the repository at this point in the history
…ce class.
  • Loading branch information
CurtlyCritchlow committed Aug 2, 2024
1 parent 8126db7 commit 7d31e10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/at_notify_flutter/lib/services/notify_service.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// A service to handle save and retrieve operation on notify
// ignore_for_file: avoid_print

import 'dart:async';
Expand All @@ -11,6 +9,7 @@ import 'package:at_notify_flutter/models/notify_model.dart';
import 'package:at_notify_flutter/utils/notify_utils.dart';
import 'package:flutter_local_notifications/flutter_local_notifications.dart';

/// A service to handle save and retrieve operation on notify
class NotifyService {
NotifyService._();

Expand Down

0 comments on commit 7d31e10

Please sign in to comment.