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
|
@ -56,7 +56,8 @@ class Refspec {
|
|||
);
|
||||
}
|
||||
|
||||
/// Transforms a target reference to its source reference following the refspec's rules.
|
||||
/// Transforms a target reference to its source reference following the
|
||||
/// refspec's rules.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
String rTransform(String name) {
|
||||
|
@ -68,6 +69,7 @@ class Refspec {
|
|||
|
||||
@override
|
||||
String toString() {
|
||||
return 'Refspec{source: $source, destination: $destination, force: $force, string: $string}';
|
||||
return 'Refspec{source: $source, destination: $destination, force: $force, '
|
||||
'string: $string}';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue