Formatting

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2020-01-09 17:09:34 -06:00
parent 4609c89bba
commit 799035f644
No known key found for this signature in database
GPG Key ID: 83E486E71AFEB820
1 changed files with 3 additions and 1 deletions

View File

@ -7,12 +7,14 @@ package service
import (
"context"
"fmt"
"github.com/antihax/optional"
"sort"
"strings"
"time"
"code.gitea.io/changelog/config"
"github.com/antihax/optional"
"gitea.com/jolheiser/gitea-sdk"
)