go fmt
This commit is contained in:
@@ -46,13 +46,13 @@ func (store *LevelDBStore) initialize(dir string) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
func (store *LevelDBStore) BeginTransaction(ctx context.Context) (context.Context, error){
|
||||
func (store *LevelDBStore) BeginTransaction(ctx context.Context) (context.Context, error) {
|
||||
return ctx, nil
|
||||
}
|
||||
func (store *LevelDBStore) CommitTransaction(ctx context.Context) error{
|
||||
func (store *LevelDBStore) CommitTransaction(ctx context.Context) error {
|
||||
return nil
|
||||
}
|
||||
func (store *LevelDBStore) RollbackTransaction(ctx context.Context) error{
|
||||
func (store *LevelDBStore) RollbackTransaction(ctx context.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user