We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbf0bd commit 89707fdCopy full SHA for 89707fd
packages/sane/lib/src/sane.dart
@@ -64,7 +64,8 @@ class Sane {
64
65
final versionCode = versionCodePointer.value;
66
logger.finest(
67
- 'SANE version: ${SaneUtils.version(versionCodePointer.value)}');
+ 'SANE version: ${SaneUtils.version(versionCodePointer.value)}',
68
+ );
69
70
ffi.calloc.free(versionCodePointer);
71
ffi.calloc.free(nativeAuthCallback);
@@ -311,7 +312,8 @@ class Sane {
311
312
infoPointer,
313
);
314
- 'sane_control_option($index, $action, $value) -> ${status.name}');
315
+ 'sane_control_option($index, $action, $value) -> ${status.name}',
316
317
318
status.check();
319
0 commit comments