mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
Revert "style: use strict-casts and strict-raw-types"
This reverts commit ea0264ee14
.
This commit is contained in:
parent
ea0264ee14
commit
f872612f36
2 changed files with 1 additions and 4 deletions
|
@ -1000,7 +1000,7 @@ class Repository {
|
|||
/// values respectively.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
List<Object> mergeAnalysis({
|
||||
List mergeAnalysis({
|
||||
required Oid theirHead,
|
||||
String ourRef = 'HEAD',
|
||||
}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue