Skip to content

Commit

Permalink
apply coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Jul 1, 2021
1 parent 1409be0 commit 91a2286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/conf/cfgcommon/duration/duration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package duration_test

import (
"encoding/json"
"github.com/v2fly/v2ray-core/v4/infra/conf/cfgcommon/duration"
"testing"
"time"

"github.com/v2fly/v2ray-core/v4/infra/conf/cfgcommon/duration"
)

type testWithDuration struct {
Expand Down
1 change: 1 addition & 0 deletions infra/conf/observatory.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package conf

import (
"github.com/golang/protobuf/proto"

"github.com/v2fly/v2ray-core/v4/infra/conf/cfgcommon/duration"

"github.com/v2fly/v2ray-core/v4/app/observatory"
Expand Down

0 comments on commit 91a2286

Please sign in to comment.