Skip to content

Commit

Permalink
refactor: remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
takaishi committed Sep 25, 2023
1 parent 24596a8 commit d7167fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/terraform/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ type ResourceChangeDataRenderer interface {
Header() string
}

type Config struct {
EscapeHTML bool
}

type ResourceChangeData struct {
ResourceChange *tfjson.ResourceChange
Renderer ResourceChangeDataRenderer
Expand Down

0 comments on commit d7167fd

Please sign in to comment.