Skip to content

Commit 83c313a

Browse files
committed
formatting
Signed-off-by: Marina Moore <mnm678@gmail.com>
1 parent 49bc1fd commit 83c313a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo.go

+1
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ func (r *Repo) RemoveTargetsWithExpires(paths []string, expires time.Time) error
780780
if err != nil {
781781
return err
782782
}
783+
783784
if len(paths) == 0 {
784785
t.Targets = make(data.TargetFiles)
785786
} else {

0 commit comments

Comments
 (0)