Skip to content

Commit f9063b6

Browse files
authored
Merge pull request #76 from blinklabs-io/chore/go-fmt
chore: go fmt ./...
2 parents 41c1f67 + 7cbb8d5 commit f9063b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

output/notify/plugin.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ func init() {
2929
Name: "notify",
3030
Description: "display events using operating system notifications",
3131
NewFromOptionsFunc: NewFromCmdlineOptions,
32-
Options: []plugin.PluginOption{
32+
Options: []plugin.PluginOption{
3333
{
34-
Name: "title",
35-
Type: plugin.PluginOptionTypeString,
36-
Description: "specifies the title to use",
34+
Name: "title",
35+
Type: plugin.PluginOptionTypeString,
36+
Description: "specifies the title to use",
3737
DefaultValue: "Snek",
38-
Dest: &(cmdlineOptions.title),
38+
Dest: &(cmdlineOptions.title),
3939
},
4040
},
4141
},

0 commit comments

Comments
 (0)