mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
style: avoid lines longer than 80 characters
This commit is contained in:
parent
a806d0a312
commit
7b14ee6b9b
76 changed files with 1246 additions and 972 deletions
|
@ -5,8 +5,9 @@ import 'libgit2_bindings.dart';
|
|||
|
||||
/// Look up the value of one git attribute for path.
|
||||
///
|
||||
/// Returned value can be either `true`, `false`, `null` (if the attribute was not set at all),
|
||||
/// or a [String] value, if the attribute was set to an actual string.
|
||||
/// Returned value can be either `true`, `false`, `null` (if the attribute was
|
||||
/// not set at all), or a [String] value, if the attribute was set to an actual
|
||||
/// string.
|
||||
Object? getAttribute({
|
||||
required Pointer<git_repository> repoPointer,
|
||||
required int flags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue