mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
style: stricter linting
This commit is contained in:
parent
d0f7746a01
commit
2eb50dec69
12 changed files with 47 additions and 27 deletions
|
@ -18,7 +18,7 @@ String getLibName() {
|
|||
ext = 'dll';
|
||||
} else if (Platform.isMacOS) {
|
||||
ext = 'dylib';
|
||||
} else if (!(Platform.isLinux)) {
|
||||
} else if (!Platform.isLinux) {
|
||||
throw Exception('Unsupported platform.');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue