style: stricter linting

This commit is contained in:
Aleksey Kulikov 2021-12-17 11:20:17 +03:00
parent ae5d895957
commit 7148fbf194
8 changed files with 15 additions and 9 deletions

View file

@ -336,6 +336,7 @@ bool apply({
if (hunkIndex != null) {
_counter = 0;
const except = -1;
// ignore: omit_local_variable_types
final git_apply_hunk_cb callback = Pointer.fromFunction(_hunkCb, except);
payload = calloc<Int32>()..value = hunkIndex;
opts.ref.payload = payload.cast();
@ -369,6 +370,7 @@ Pointer<git_index> applyToTree({
if (hunkIndex != null) {
_counter = 0;
const except = -1;
// ignore: omit_local_variable_types
final git_apply_hunk_cb callback = Pointer.fromFunction(_hunkCb, except);
payload = calloc<Int32>()..value = hunkIndex;
opts.ref.payload = payload.cast();