Skip to content

Commit

Permalink
chore: go fmt ./...
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Sep 5, 2023
1 parent 41c1f67 commit 7cbb8d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions output/notify/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ func init() {
Name: "notify",
Description: "display events using operating system notifications",
NewFromOptionsFunc: NewFromCmdlineOptions,
Options: []plugin.PluginOption{
Options: []plugin.PluginOption{
{
Name: "title",
Type: plugin.PluginOptionTypeString,
Description: "specifies the title to use",
Name: "title",
Type: plugin.PluginOptionTypeString,
Description: "specifies the title to use",
DefaultValue: "Snek",
Dest: &(cmdlineOptions.title),
Dest: &(cmdlineOptions.title),
},
},
},
Expand Down

0 comments on commit 7cbb8d5

Please sign in to comment.