mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
refactor: use loops inside list literals (#60)
This commit is contained in:
parent
c35d336a56
commit
ae2aef5e2e
13 changed files with 65 additions and 106 deletions
|
@ -124,7 +124,6 @@ Pointer<git_repository> clone({
|
|||
required String localPath,
|
||||
required bool bare,
|
||||
RemoteCallback? remoteCallback,
|
||||
// Repository Function(String, bool)? repository,
|
||||
RepositoryCallback? repositoryCallback,
|
||||
String? checkoutBranch,
|
||||
required Callbacks callbacks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue