Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Nov 16, 2023
1 parent 47aade1 commit 320d57a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions pkg/diff/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ type objKeyLiveTarget struct {
target *unstructured.Unstructured
}

const diffCommentFormat = `
<details><summary><b>Show Diff</b>: %s </summary>
` + "```diff" + `
%s
` + "```" + `
</details>
`

/*
Take cli output and return as a string or an array of strings instead of printing
Expand Down
1 change: 0 additions & 1 deletion pkg/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ type CheckResult struct {
}

type AppResults struct {
lock sync.Locker
results []CheckResult
}

Expand Down

0 comments on commit 320d57a

Please sign in to comment.