Skip to content

Commit

Permalink
Format :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftplacer committed Nov 4, 2024
1 parent 858b2b9 commit 5f05f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sane/lib/src/sane.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import 'package:sane/src/utils.dart';
typedef AuthCallback = SaneCredentials Function(String resourceName);

class Sane {

factory Sane() => _instance ??= Sane._();

Sane._();

static Sane? _instance;
bool _exited = false;
final Map<SaneHandle, SANE_Handle> _nativeHandles = {};
Expand Down

0 comments on commit 5f05f3c

Please sign in to comment.