Skip to content

Commit a10acc7

Browse files
arunsathiyaaccraw
authored andcommitted
Remove extra space at the start of the platform URL
Signed-off-by: Amanda Crawley <[email protected]>
1 parent 656c1ff commit a10acc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/influxdb/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func New() schema.Plugin {
1010
Name: "influxdb",
1111
Platform: schema.PlatformInfo{
1212
Name: "InfluxDB",
13-
Homepage: sdk.URL(" https://www.influxdata.com/"),
13+
Homepage: sdk.URL("https://www.influxdata.com/"),
1414
},
1515
Credentials: []schema.CredentialType{
1616
DatabaseCredentials(),

0 commit comments

Comments
 (0)