Skip to content

Commit

Permalink
Apply Go 1.19 specific doc comments linting fixes
Browse files Browse the repository at this point in the history
Remove stray whitespace per Go 1.19 fmt linting rules.
  • Loading branch information
atc0005 committed Sep 4, 2022
1 parent 789ee25 commit 3047fd9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion adaptivecard/adaptivecard.go
Expand Up @@ -535,7 +535,6 @@ type Container Element

// FactSet is an Element type that groups and displays a series of facts (i.e.
// name/value pairs) in a tabular form.
//
type FactSet Element

// Columns is a collection of Column values.
Expand Down
1 change: 0 additions & 1 deletion adaptivecard/doc.go
Expand Up @@ -27,6 +27,5 @@ https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/
https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-using
https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-using#send-adaptive-cards-using-an-incoming-webhook
https://stackoverflow.com/questions/50753072/microsoft-teams-webhook-generating-400-for-adaptive-card
*/
package adaptivecard
1 change: 0 additions & 1 deletion internal/validator/doc.go
Expand Up @@ -14,6 +14,5 @@ Credit to Fabrizio Milo for sharing the original implementation:
- https://stackoverflow.com/a/23960293/903870
- https://github.com/Mistobaan
*/
package validator

0 comments on commit 3047fd9

Please sign in to comment.