TF-1487 Apply linter rule
This commit is contained in:
@@ -30,8 +30,6 @@ class ComposerDataSourceImpl extends ComposerDataSource {
|
||||
bytesData: fileInfo.bytes,
|
||||
maxWidth: maxWidth,
|
||||
compress: compress);
|
||||
}).catchError((error) {
|
||||
_exceptionThrower.throwException(error);
|
||||
});
|
||||
}).catchError(_exceptionThrower.throwException);
|
||||
}
|
||||
}
|
||||
@@ -25,9 +25,7 @@ class ContactDataSourceImpl extends ContactDataSource {
|
||||
return <DeviceContact>[];
|
||||
}
|
||||
}
|
||||
}).catchError((error) {
|
||||
_exceptionThrower.throwException(error);
|
||||
});
|
||||
}).catchError(_exceptionThrower.throwException);
|
||||
}
|
||||
|
||||
List<DeviceContact> _toDeviceContact(contact_service.Contact contact) {
|
||||
|
||||
Reference in New Issue
Block a user