style: stricter linting

This commit is contained in:
Aleksey Kulikov 2022-02-23 11:05:14 +03:00
parent d0f7746a01
commit 2eb50dec69
12 changed files with 47 additions and 27 deletions

View file

@ -32,7 +32,7 @@ void main() {
});
test('throws when trying to get odb and error occurs', () {
expect(() => Repository((nullptr)).odb, throwsA(isA<LibGit2Error>()));
expect(() => Repository(nullptr).odb, throwsA(isA<LibGit2Error>()));
});
test('creates new odb with no backends', () {