mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
refactor: change filename according to function
This commit is contained in:
parent
0509895b72
commit
d0bb7aaa0f
4 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ import 'bindings/index.dart' as bindings;
|
|||
import 'bindings/repository.dart' as repo_bindings;
|
||||
import 'odb.dart';
|
||||
import 'oid.dart';
|
||||
import 'types.dart';
|
||||
import 'enums.dart';
|
||||
import 'util.dart';
|
||||
|
||||
class Index {
|
||||
|
|
|
@ -5,7 +5,7 @@ import 'bindings/repository.dart' as repo_bindings;
|
|||
import 'odb.dart';
|
||||
import 'oid.dart';
|
||||
import 'reflog.dart';
|
||||
import 'types.dart';
|
||||
import 'enums.dart';
|
||||
import 'util.dart';
|
||||
|
||||
class References {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue