Skip to content

Commit 5ab9ad5

Browse files
committed
Remove unused variable
1 parent be8ba6c commit 5ab9ad5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/templates_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ func TestPaginatedTemplateVersions(t *testing.T) {
157157
template := coderdtest.CreateTemplate(t, client, user.OrganizationID, version.ID)
158158

159159
// Populate database with template versions.
160-
var templateVersions []codersdk.TemplateVersion
161160
total := 9
162161
for i := 0; i < total; i++ {
163162
data, err := echo.Tar(nil)

0 commit comments

Comments
 (0)