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
|
@ -28,8 +28,8 @@ void main() {
|
|||
|
||||
// Set value of config variable
|
||||
repoConfig['core.variable'] = 'value';
|
||||
print(
|
||||
'\nNew value for variable "core.variable": ${repoConfig['core.variable']}');
|
||||
print('\nNew value for variable '
|
||||
'"core.variable": ${repoConfig['core.variable']}');
|
||||
|
||||
// Delete variable
|
||||
repoConfig.delete('core.variable');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue