Skip to content

Commit

Permalink
fix: lint format url
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jun 11, 2024
1 parent 9848367 commit 3ce72c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions internal/controllers/workloads/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ import (
"github.com/zeiss/fiber-htmx/components/cards"
)

const (
showProfileURL = "/profiles/%s"
)

// WorkloadShowControllerImpl ...
type WorkloadShowControllerImpl struct {
workload models.Workload
Expand Down
1 change: 0 additions & 1 deletion internal/models/lens.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func (l *Lens) GetPillars() []*Pillar {
}

return pillars

}

// Pillar is a model for a pillar.
Expand Down

0 comments on commit 3ce72c5

Please sign in to comment.