Skip to content

Commit 4ef80cc

Browse files
committed
fix(plugin): remove none plugin option type
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent f0cf86a commit 4ef80cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/option.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Blink Labs Software
1+
// Copyright 2025 Blink Labs Software
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -25,7 +25,6 @@ import (
2525
type PluginOptionType int
2626

2727
const (
28-
PluginOptionTypeNone PluginOptionType = 0
2928
PluginOptionTypeString PluginOptionType = 1
3029
PluginOptionTypeBool PluginOptionType = 2
3130
PluginOptionTypeInt PluginOptionType = 3

0 commit comments

Comments
 (0)