Skip to content

Commit

Permalink
Merge pull request #76 from blinklabs-io/chore/go-fmt
Browse files Browse the repository at this point in the history
chore: go fmt ./...
  • Loading branch information
wolf31o2 authored Sep 5, 2023
2 parents 41c1f67 + 7cbb8d5 commit f9063b6
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 f9063b6

Please sign in to comment.