mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
style: use fat arrow for single-line methods
This commit is contained in:
parent
84ee4be945
commit
5675f9265c
9 changed files with 9 additions and 27 deletions
|
@ -26,7 +26,5 @@ class Odb {
|
|||
}
|
||||
|
||||
/// Releases memory allocated for odb object.
|
||||
void free() {
|
||||
bindings.free(_odbPointer);
|
||||
}
|
||||
void free() => bindings.free(_odbPointer);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue