Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Jul 4, 2024
1 parent b70d822 commit 5189483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/filter-alerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

type FilterAlert struct {
ID string `graphql:"id" yaml:"-" json:"id"`
ID string `graphql:"id" yaml:"-" json:"id"`
Name string `graphql:"name" yaml:"name" json:"name"`
Description string `graphql:"description" yaml:"description,omitempty" json:"description,omitempty"`
QueryString string `graphql:"queryString" yaml:"queryString" json:"queryString"`
Expand Down

0 comments on commit 5189483

Please sign in to comment.