Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit ed65fb1

Browse files
committed
nits (imports) and contributors file
1 parent 67c526e commit ed65fb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Antonio Marcedone <a.marcedone@gmail.com>
1313
Cesar Ghali <cghali@uci.edu>
1414
Daniel Ziegler <dmz@yahoo-inc.com>
1515
Gary Belvin <gdbelvin@gmail.com>
16+
Ismail Khoffi <Ismail.Khoffi@gmail.com>

core/monitor/verify.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ import (
2323
"errors"
2424
"math/big"
2525

26-
"github.com/golang/glog"
26+
"github.com/google/keytransparency/core/mutator/entry"
2727

28+
"github.com/golang/glog"
2829
"github.com/google/trillian/merkle"
2930
"github.com/google/trillian/storage"
30-
3131
tcrypto "github.com/google/trillian/crypto"
3232

33-
"github.com/google/keytransparency/core/mutator/entry"
3433
ktpb "github.com/google/keytransparency/core/proto/keytransparency_v1_types"
3534
)
3635

0 commit comments

Comments
 (0)