Skip to content

Commit 055e3d2

Browse files
committed
commit the results of running fmt
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 2aab729 commit 055e3d2

File tree

9 files changed

+8
-2
lines changed

9 files changed

+8
-2
lines changed

services/migrations/dump.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import (
2626
"code.gitea.io/gitea/modules/structs"
2727

2828
"github.com/google/uuid"
29-
3029
"gopkg.in/yaml.v2"
3130
)
3231

templates/repo/sub_menu.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</div>
4040
<a class="ui segment language-stats">
4141
{{range .LanguageStats}}
42-
<div class="bar tooltip" style="width: {{.Percentage}}%; background-color: {{.Color}}" data-placement="top" data-content={{ .Language }}>&nbsp;</div>
42+
<div class="bar tooltip" style="width: {{.Percentage}}%; background-color: {{.Color}}" data-placement="top" data-content={{.Language}}>&nbsp;</div>
4343
{{end}}
4444
</a>
4545
{{end}}

tests/integration/compare_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
"testing"
1111

1212
"code.gitea.io/gitea/tests"
13+
1314
"github.com/stretchr/testify/assert"
1415
)
1516

tests/integration/cors_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"testing"
1010

1111
"code.gitea.io/gitea/tests"
12+
1213
"github.com/stretchr/testify/assert"
1314
)
1415

tests/integration/nonascii_branches_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"testing"
1212

1313
"code.gitea.io/gitea/tests"
14+
1415
"github.com/stretchr/testify/assert"
1516
)
1617

tests/integration/pull_compare_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"testing"
1010

1111
"code.gitea.io/gitea/tests"
12+
1213
"github.com/stretchr/testify/assert"
1314
)
1415

tests/integration/pull_create_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
"testing"
1414

1515
"code.gitea.io/gitea/tests"
16+
1617
"github.com/stretchr/testify/assert"
1718
)
1819

tests/integration/repo_commits_search_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"testing"
1212

1313
"code.gitea.io/gitea/tests"
14+
1415
"github.com/stretchr/testify/assert"
1516
)
1617

tests/integration/view_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"testing"
1010

1111
"code.gitea.io/gitea/tests"
12+
1213
"github.com/stretchr/testify/assert"
1314
)
1415

0 commit comments

Comments
 (0)